summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-03-15 13:31:03 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-03-15 15:09:06 +0100
commitc19930dc6bb60fce283ae00ae21d063780922fc2 (patch)
tree69bd31968bc01dce1bab5b7e36e1e9f34b73dc98
parent3987715415532aea14c179650bac331ec436882c (diff)
downloadpatches-c19930dc6bb60fce283ae00ae21d063780922fc2.tar
patches-c19930dc6bb60fce283ae00ae21d063780922fc2.tar.gz
gnu: python-pyrsistent: Update to 0.15.7.
* gnu/packages/python-xyz.scm (python-pyrsistent): Update to 0.15.7.
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b010f42647..d444e6ed75 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1819,14 +1819,14 @@ from git information.
(define-public python-pyrsistent
(package
(name "python-pyrsistent")
- (version "0.14.11")
+ (version "0.15.7")
(home-page "https://github.com/tobgu/pyrsistent")
(source (origin
(method url-fetch)
(uri (pypi-uri "pyrsistent" version))
(sha256
(base32
- "1qkh74bm296mp5g3r11lgsksr6bh4w1bf8pji4nmxdlfj542ga1w"))))
+ "103j63g6lb5dfspph96zxjdpnq9h991kazd4f09ddgkpxpivbiyd"))))
(build-system python-build-system)
(native-inputs
`(("python-hypothesis" ,python-hypothesis)