guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit a03293ac503a3749301fe98cc9a5876e9a6ca0f7
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Sep 22 21:50:52 2025 +0100
gnu: Add python-cachetools-5.
* gnu/packages/python-xyz.scm (python-cachetools-5): New variable.
Change-Id: I88a91b87f89f1ae49e251fba316f1edaad77d121
---
gnu/packages/python-xyz.scm | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3e1dcb5c9f..93436db1c9 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")