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.
This commit is contained in:
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

View file

@ -14266,7 +14266,7 @@ (define-public python2-isort
(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 @@ (define-public python2-backports-functools-lru-cache
(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)))