guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/15: gnu: python-pyrsistent: Update to 0.15.7.


From: guix-commits
Subject: 05/15: gnu: python-pyrsistent: Update to 0.15.7.
Date: Sun, 15 Mar 2020 10:11:09 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit c19930dc6bb60fce283ae00ae21d063780922fc2
Author: Marius Bakke <address@hidden>
AuthorDate: Sun Mar 15 13:31:03 2020 +0100

    gnu: python-pyrsistent: Update to 0.15.7.
    
    * gnu/packages/python-xyz.scm (python-pyrsistent): Update to 0.15.7.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b010f42..d444e6e 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]