gnu: python-pyrsistent: Update to 0.15.7.
* gnu/packages/python-xyz.scm (python-pyrsistent): Update to 0.15.7.
This commit is contained in:
parent
3987715415
commit
c19930dc6b
1 changed files with 2 additions and 2 deletions
|
@ -1819,14 +1819,14 @@ from git information.
|
||||||
(define-public python-pyrsistent
|
(define-public python-pyrsistent
|
||||||
(package
|
(package
|
||||||
(name "python-pyrsistent")
|
(name "python-pyrsistent")
|
||||||
(version "0.14.11")
|
(version "0.15.7")
|
||||||
(home-page "https://github.com/tobgu/pyrsistent")
|
(home-page "https://github.com/tobgu/pyrsistent")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pyrsistent" version))
|
(uri (pypi-uri "pyrsistent" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qkh74bm296mp5g3r11lgsksr6bh4w1bf8pji4nmxdlfj542ga1w"))))
|
"103j63g6lb5dfspph96zxjdpnq9h991kazd4f09ddgkpxpivbiyd"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-hypothesis" ,python-hypothesis)
|
`(("python-hypothesis" ,python-hypothesis)
|
||||||
|
|
Reference in a new issue