tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.telethon: 1.25.1 -> 1.26.1
SharzyL
3 years ago
225a1cf4
c3b1fd8b
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
telethon
default.nix
+2
-2
pkgs/development/python-modules/telethon/default.nix
···
12
12
13
13
buildPythonPackage rec {
14
14
pname = "telethon";
15
15
-
version = "1.25.1";
15
15
+
version = "1.26.1";
16
16
format = "pyproject";
17
17
disabled = pythonOlder "3.5";
18
18
···
20
20
owner = "LonamiWebs";
21
21
repo = "Telethon";
22
22
rev = "refs/tags/v${version}";
23
23
-
hash = "sha256-xmFoCUqYo600RH72KWG/aM7hKGiTYdCBsbPOFipxIzA=";
23
23
+
hash = "sha256-RxnC+PVSnLeCZ1xap6n6CjpeA8Ig6oLGiB0LDxqUmsA=";
24
24
};
25
25
26
26
patchPhase = ''