diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2018-10-04 15:48:04 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2018-10-08 16:37:03 +1000 |
commit | 402561ccefd5367ec878461cc088b533993ba0b7 (patch) | |
tree | 0602904c16f069e5aeceae5400db08f645e4c14e | |
parent | 5103c98f68490d32e71fe7208161450de4fb6f43 (diff) |
gnu: python2-backports-functools-lru-cache: Update to 1.5.
* gnu/packages/python.scm (python2-backports-functools-lru-cache): Update to 1.5.
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 4703d95a2d..6a2bd6e8f5 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -11418,7 +11418,7 @@ editors.") (define-public python2-backports-functools-lru-cache (package (name "python2-backports-functools-lru-cache") - (version "1.3") + (version "1.5") (source (origin (method url-fetch) @@ -11426,7 +11426,7 @@ editors.") (uri (pypi-uri "backports.functools_lru_cache" version)) (sha256 (base32 - "158ysf2hb0q4p4695abfiym9x1ywg0dgh8a3apd7gqaaxjy22jj4")))) + "06jgv8gib4fhky0p5cmxdghvsgjyzcdgk48k8pxb1ccf11znk64x")))) (build-system python-build-system) (native-inputs `(("python2-setuptools-scm" ,python2-setuptools-scm))) |