1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-11 23:50:33 +02:00

gnu: python-pyrsistent: Update to 0.16.0.

* gnu/packages/python-xyz.scm (python-pyrsistent): Update to 0.16.0.
This commit is contained in:
Marius Bakke
2020-04-14 17:41:37 +02:00
parent 83031dee87
commit 671dba6566

View File

@@ -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)