mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-cachetools: Update to 6.1.0.
* gnu/packages/python-xyz.scm (python-cachetools): Update to 6.1.0. [native-inputs]: Add python-pytest. Change-Id: Icf7cc10f1d91510074aded5e15e1f287bef02652
This commit is contained in:
parent
5838f93b16
commit
43b681535d
1 changed files with 11 additions and 8 deletions
|
@ -2221,15 +2221,18 @@ libraries to make them compatible with the Array API standard")
|
||||||
(define-public python-cachetools
|
(define-public python-cachetools
|
||||||
(package
|
(package
|
||||||
(name "python-cachetools")
|
(name "python-cachetools")
|
||||||
(version "5.5.0")
|
(version "6.1.0")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (pypi-uri "cachetools" version))
|
(method url-fetch)
|
||||||
(sha256
|
(uri (pypi-uri "cachetools" version))
|
||||||
(base32
|
(sha256
|
||||||
"0ahg0mfp2ijsf92z5599kinpcp99lsfdpnddggxk75p3rfs4zhic"))))
|
(base32 "11s5ajy31r08228nd2sbv9jdir3vs584khxawwydnj18742g9i5l"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs (list python-setuptools python-wheel))
|
(native-inputs
|
||||||
|
(list python-pytest
|
||||||
|
python-setuptools
|
||||||
|
python-wheel))
|
||||||
(home-page "https://github.com/tkem/cachetools/")
|
(home-page "https://github.com/tkem/cachetools/")
|
||||||
(synopsis "Extensible memoizing collections and decorators")
|
(synopsis "Extensible memoizing collections and decorators")
|
||||||
(description "This module provides various memoizing collections and
|
(description "This module provides various memoizing collections and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue