gnu: Add python-cachetools-5.

* gnu/packages/python-xyz.scm (python-cachetools-5): New variable.

Change-Id: I88a91b87f89f1ae49e251fba316f1edaad77d121
This commit is contained in:
Sharlatan Hellseher 2025-09-22 21:50:52 +01:00
parent a38ab6201b
commit 50e1610d99
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2461,6 +2461,17 @@ decorators, including variants of the Python standard library's
@code{lru_cache} function decorator.")
(license license:expat)))
(define-public python-cachetools-5
(package
(inherit python-cachetools)
(version "5.5.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "cachetools" version))
(sha256
(base32 "1m20wqipm50zvcgs3z2xksb96qwx1xc1jbhvaxcnglkmj6m1qrhs"))))))
(define-public python-colorcet
(package
(name "python-colorcet")