summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2026-03-05 17:28:45 +0900
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-03-05 19:08:49 +0000
commit7b64f7293ce99d4c20c49114deaed661e854731c (patch)
treecb3aa76954497f12ccd4486a5000ea9960238f54 /gnu/packages/python-xyz.scm
parent0293594e2dabce56f43c416f0b2e23b6073ef3c5 (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ef08cd371c0..e1f2de576bd 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