python3Packages.telethon: 1.14.0 -> 1.17.5
This commit is contained in:
parent
31991c5365
commit
7ba9348a04
@ -2,16 +2,15 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "telethon";
|
pname = "telethon";
|
||||||
version = "1.14.0";
|
version = "1.17.5";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit version;
|
inherit version;
|
||||||
pname = "Telethon";
|
pname = "Telethon";
|
||||||
sha256 = "1fg12gcg6ca7rjh7m3g48m30cx4aaw5g09855nlyz2sa1kw3gfyq";
|
sha256 = "1v1rgr030z8s1ldv5lm1811znyd568c22pmlrzzf3ls972xk514m";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
async_generator
|
|
||||||
rsa
|
rsa
|
||||||
pyaes
|
pyaes
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user