summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2020-11-29 09:13:58 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-29 00:31:10 -0800
commit7ba9348a0402378960417b4a90e22a1389464fdc (patch)
tree4f7146eef35f05ad3350b243e302ddf39856e945 /pkgs
parent31991c53655ad2c77d43f0cf53d6a058271eceaa (diff)
python3Packages.telethon: 1.14.0 -> 1.17.5
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/telethon/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/telethon/default.nix b/pkgs/development/python-modules/telethon/default.nix
index f8c0661f0cd8..4772c13d9c31 100644
--- a/pkgs/development/python-modules/telethon/default.nix
+++ b/pkgs/development/python-modules/telethon/default.nix
@@ -2,16 +2,15 @@
buildPythonPackage rec {
pname = "telethon";
- version = "1.14.0";
+ version = "1.17.5";
src = fetchPypi {
inherit version;
pname = "Telethon";
- sha256 = "1fg12gcg6ca7rjh7m3g48m30cx4aaw5g09855nlyz2sa1kw3gfyq";
+ sha256 = "1v1rgr030z8s1ldv5lm1811znyd568c22pmlrzzf3ls972xk514m";
};
propagatedBuildInputs = [
- async_generator
rsa
pyaes
];