python3Packages.telethon: 1.41.1 -> 1.42.0

https://github.com/LonamiWebs/Telethon/blob/v1.42.0/readthedocs/misc/changelog.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:39:02 +01:00
parent b594ba85a5
commit 2b7cd286e7
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "telethon";
version = "1.41.1";
version = "1.42.0";
pyproject = true;
src = fetchFromGitHub {
owner = "LonamiWebs";
repo = "Telethon";
tag = "v${version}";
hash = "sha256-V38enxg1ZW1zd87xRLr0GHv+t1NK7fwDFxXDqPvCf2U=";
hash = "sha256-NMHJkSTGR3/tck0k97EfVN9f85PAWst+EZ6G7Tgrt5s=";
};
patches = [