python37Packages.telethon: 1.5.5 -> 1.6.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-telethon/versions
This commit is contained in:
R. RyanTM 2019-03-11 15:46:03 -07:00 committed by Robert Schütz
parent 3fa5e2bab6
commit 2fd5f716dc

View file

@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "telethon";
version = "1.5.5";
version = "1.6.2";
src = fetchPypi {
inherit version;
pname = "Telethon";
sha256 = "1qpc4vc3lidhlp1c7521nxizjr6y5c3l9x41knqv02x8n3l9knxa";
sha256 = "074h5gj0c330rb1nxzpqm31fp1vw7calh1cdkapbjx90j769iz18";
};
propagatedBuildInputs = [