summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-08-17 21:07:02 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-09-02 00:21:38 +0100
commit7f444dc0d0adaf13476812cb97c467331c565029 (patch)
tree6fae69b11501b904d64a3df64d52caa3f2889bda /gnu/packages
parentd24f8308fe9f9abc962580cd36ed7fdfff0f1a92 (diff)
gnu: python-tenacity: Update to 9.1.4.
* gnu/packages/python-xyz.scm (python-tenacity): Update to 9.1.4. [native-inputs]: Drop python-wheel. Relates-to: guix/guix!10625 Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-xyz.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 60fe3b249b2..c7edbf5e1ab 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -38861,21 +38861,20 @@ well as an event scheduler.")
38861(define-public python-tenacity 38861(define-public python-tenacity
38862 (package 38862 (package
38863 (name "python-tenacity") 38863 (name "python-tenacity")
38864 (version "9.0.0") 38864 (version "9.1.4")
38865 (source 38865 (source
38866 (origin 38866 (origin
38867 (method url-fetch) 38867 (method url-fetch)
38868 (uri (pypi-uri "tenacity" version)) 38868 (uri (pypi-uri "tenacity" version))
38869 (sha256 38869 (sha256
38870 (base32 "0fyp421r038naskvyhj90hkq0az96477njad4rhs6annjz53fzw0")))) 38870 (base32 "0fprkhbrh26zm9jxpwmcz5vpr989hd4kpcqs110x0arz4r61vcxd"))))
38871 (build-system pyproject-build-system) 38871 (build-system pyproject-build-system)
38872 (native-inputs 38872 (native-inputs
38873 (list python-pytest 38873 (list python-pytest
38874 python-setuptools 38874 python-setuptools
38875 python-setuptools-scm 38875 python-setuptools-scm
38876 python-tornado 38876 python-tornado
38877 python-typeguard 38877 python-typeguard))
38878 python-wheel))
38879 (home-page "https://github.com/jd/tenacity") 38878 (home-page "https://github.com/jd/tenacity")
38880 (synopsis "Retrying library for python") 38879 (synopsis "Retrying library for python")
38881 (description 38880 (description