diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-22 21:50:52 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:56 +0100 |
| commit | 50e1610d99a8af760c4d3cb8362a9feee23a2bf6 (patch) | |
| tree | 39497fb53c9eb076ce319ed6e5f77ec6f5e4214c | |
| parent | a38ab6201b68c6312cf8202e64dc09fb00d92e19 (diff) | |
gnu: Add python-cachetools-5.
* gnu/packages/python-xyz.scm (python-cachetools-5): New variable.
Change-Id: I88a91b87f89f1ae49e251fba316f1edaad77d121
| -rw-r--r-- | gnu/packages/python-xyz.scm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7569544eb5..96cdf78374 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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") |
