mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
2a723eaf12
commit
94c3f58d58
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue