mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-cachetools-5.
* gnu/packages/python-xyz.scm (python-cachetools-5): New variable. Change-Id: I88a91b87f89f1ae49e251fba316f1edaad77d121
This commit is contained in:
parent
a38ab6201b
commit
50e1610d99
1 changed files with 11 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue