Unverified Commit b2a4dc03 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.telethon: 1.40.0 -> 1.41.1 (#444957)

parents 8dba5bbe d04366ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

buildPythonPackage rec {
  pname = "telethon";
  version = "1.40.0";
  version = "1.41.1";
  pyproject = true;

  disabled = pythonOlder "3.5";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = "LonamiWebs";
    repo = "Telethon";
    tag = "v${version}";
    hash = "sha256-y8nMh2dAy5ixATYGjH04FtfpvhO2HU5HRTXBr7Z+Dds=";
    hash = "sha256-V38enxg1ZW1zd87xRLr0GHv+t1NK7fwDFxXDqPvCf2U=";
  };

  patches = [