Skip to content

Commit

Permalink
python3Packages.telethon: 1.14.0 -> 1.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored and Jonathan Ringer committed Nov 29, 2020
1 parent 31991c5 commit 7ba9348
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/development/python-modules/telethon/default.nix
Expand Up @@ -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
];
Expand Down

0 comments on commit 7ba9348

Please sign in to comment.