summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm21
1 files changed, 8 insertions, 13 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ebf2c91a67..7960b38030 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -34001,7 +34001,7 @@ equivalent schemata in the XML-based default RELAX NG syntax.")
(define-public python-telethon
(package
(name "python-telethon")
- (version "1.17.5")
+ (version "1.41.1")
(source
(origin
(method git-fetch)
@@ -34010,20 +34010,15 @@ equivalent schemata in the XML-based default RELAX NG syntax.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0l9fhdrq576vllgi9aam45xzw5xi6jhgdv5zz8i4ygssdp7cm8jl"))))
- (build-system python-build-system)
- (arguments
- '(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (invoke "py.test" "-v"))
- #t)))))
+ (base32 "0rbzqbxsihqm2w1zrvaaafvzwyqqyjx49wfffxrnsr9m32giwzsp"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-pytest
+ python-pytest-asyncio-0.26
+ python-pytest-trio
+ python-setuptools))
(propagated-inputs
(list python-rsa python-pyaes))
- (native-inputs
- (list python-pytest python-pytest-asyncio python-pytest-trio))
(home-page "https://docs.telethon.dev")
(synopsis "Full-featured Telegram client library for Python 3")
(description "This library is designed to make it easy to write Python