python3Packages.telethon: 1.25.1 -> 1.26.1

This commit is contained in:
SharzyL 2023-01-31 23:06:46 +08:00
parent c3b1fd8ba1
commit 225a1cf41e
No known key found for this signature in database
GPG Key ID: 65C9201FA54D0DAF

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "telethon";
version = "1.25.1";
version = "1.26.1";
format = "pyproject";
disabled = pythonOlder "3.5";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "LonamiWebs";
repo = "Telethon";
rev = "refs/tags/v${version}";
hash = "sha256-xmFoCUqYo600RH72KWG/aM7hKGiTYdCBsbPOFipxIzA=";
hash = "sha256-RxnC+PVSnLeCZ1xap6n6CjpeA8Ig6oLGiB0LDxqUmsA=";
};
patchPhase = ''