summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-13 09:58:02 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:10 +0100
commitf57a43e27ce037e545b5021564c5a34238098f8f (patch)
tree84777bd833216724fa3008fb816a217aa1744b8d /gnu/packages/python-xyz.scm
parent0cd9ca8a249941b8ab832092540dfda79d4a4aef (diff)
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm19
1 files changed, 11 insertions, 8 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7cf14d46e2..880546f90e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2221,15 +2221,18 @@ libraries to make them compatible with the Array API standard")
(define-public python-cachetools
(package
(name "python-cachetools")
- (version "5.5.0")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "cachetools" version))
- (sha256
- (base32
- "0ahg0mfp2ijsf92z5599kinpcp99lsfdpnddggxk75p3rfs4zhic"))))
+ (version "6.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "cachetools" version))
+ (sha256
+ (base32 "11s5ajy31r08228nd2sbv9jdir3vs584khxawwydnj18742g9i5l"))))
(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/")
(synopsis "Extensible memoizing collections and decorators")
(description "This module provides various memoizing collections and