diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-04-14 17:41:37 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-04-14 22:48:51 +0200 |
commit | 671dba656601dedea690643c5afb51afc35bdecd (patch) | |
tree | 52bff957a795bda20f30cb9ec178cf64ad4b21f2 /gnu | |
parent | 83031dee8709d18ac24a46d934c1ca4710abc6fd (diff) |
gnu: python-pyrsistent: Update to 0.16.0.
* gnu/packages/python-xyz.scm (python-pyrsistent): Update to 0.16.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 9351fac14e..009a0696c5 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2269,14 +2269,14 @@ from git information. (define-public python-pyrsistent (package (name "python-pyrsistent") - (version "0.15.7") + (version "0.16.0") (home-page "https://github.com/tobgu/pyrsistent") (source (origin (method url-fetch) (uri (pypi-uri "pyrsistent" version)) (sha256 (base32 - "103j63g6lb5dfspph96zxjdpnq9h991kazd4f09ddgkpxpivbiyd")))) + "1lrsjgblnapfimd0alsi1as5nz2lfqv97131l7d6anbjzq2rjri8")))) (build-system python-build-system) (native-inputs `(("python-hypothesis" ,python-hypothesis) |