guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 7b64f7293ce99d4c20c49114deaed661e854731c
Author: Nguyễn Gia Phong <[email protected]>
AuthorDate: Thu Mar 5 17:28:45 2026 +0900
gnu: python-telethon: Update to 1.42.0.
* gnu/packages/python-xyz.scm (python-telethon): Update to 1.42.0.
[source]<uri>: Update Git repository URL.
[native-inputs]: Replace python-pytest-asyncio-0.26
with python-pytest-asyncio.
Change-Id: I55da0ac5d97a49ccdf8311e88df73e04e3da41fb
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ef08cd371c..e1f2de576b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -36759,20 +36759,20 @@ multiple processes (imagine multiprocessing,
billiard, futures, celery etc).
(define-public python-telethon
(package
(name "python-telethon")
- (version "1.41.1")
+ (version "1.42.0")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/LonamiWebs/Telethon")
+ (url "https://codeberg.org/Lonami/Telethon")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0rbzqbxsihqm2w1zrvaaafvzwyqqyjx49wfffxrnsr9m32giwzsp"))))
+ (base32 "16xp5cwfv1ly25zcnnn0jgrmzpsl3yqzf92dfbnpyiy64j8wkh9l"))))
(build-system pyproject-build-system)
(native-inputs
(list python-pytest
- python-pytest-asyncio-0.26
+ python-pytest-asyncio
python-pytest-trio
python-setuptools))
(propagated-inputs