me
/
guix
Archived
1
0
Fork 0

gnu: python2-backports-functools-lru-cache: Update to 1.6.1.

* gnu/packages/python-xyz.scm (python2-backports-functools-lru-cache):
Update to 1.6.1.
Efraim Flashner 2020-06-30 10:11:00 +03:00
parent 2a723eaf12
commit 94c3f58d58
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -14266,7 +14266,7 @@ editors.")
(define-public python2-backports-functools-lru-cache
(package
(name "python2-backports-functools-lru-cache")
(version "1.5")
(version "1.6.1")
(source
(origin
(method url-fetch)
@ -14274,7 +14274,7 @@ editors.")
(uri (pypi-uri "backports.functools_lru_cache" version))
(sha256
(base32
"06jgv8gib4fhky0p5cmxdghvsgjyzcdgk48k8pxb1ccf11znk64x"))))
"0jidrkk2w6bhjm197plxiaxrav64mgcrign0bfyr7md2ilc5zplg"))))
(build-system python-build-system)
(native-inputs
`(("python2-setuptools-scm" ,python2-setuptools-scm)))