mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python2-backports-functools-lru-cache: Update to 1.5.
* gnu/packages/python.scm (python2-backports-functools-lru-cache): Update to 1.5.
This commit is contained in:
parent
5103c98f68
commit
402561ccef
1 changed files with 2 additions and 2 deletions
|
@ -11418,7 +11418,7 @@ editors.")
|
||||||
(define-public python2-backports-functools-lru-cache
|
(define-public python2-backports-functools-lru-cache
|
||||||
(package
|
(package
|
||||||
(name "python2-backports-functools-lru-cache")
|
(name "python2-backports-functools-lru-cache")
|
||||||
(version "1.3")
|
(version "1.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -11426,7 +11426,7 @@ editors.")
|
||||||
(uri (pypi-uri "backports.functools_lru_cache" version))
|
(uri (pypi-uri "backports.functools_lru_cache" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"158ysf2hb0q4p4695abfiym9x1ywg0dgh8a3apd7gqaaxjy22jj4"))))
|
"06jgv8gib4fhky0p5cmxdghvsgjyzcdgk48k8pxb1ccf11znk64x"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python2-setuptools-scm" ,python2-setuptools-scm)))
|
`(("python2-setuptools-scm" ,python2-setuptools-scm)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue