diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 7 |
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 |
