Unverified Commit c6ffb739 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #213795 from SharzyL/telethon-1.26.1

python3Packages.telethon: 1.25.1 -> 1.26.1
parents b0a459c3 225a1cf4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''