Merge pull request #213795 from SharzyL/telethon-1.26.1

python3Packages.telethon: 1.25.1 -> 1.26.1
This commit is contained in:
Nick Cao 2023-02-02 20:14:59 +08:00 committed by GitHub
commit c6ffb739b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''