guix-commits
[Top][All Lists]
Advanced

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

08/23: gnu: python-regex, python2-regex: Update to 2019.04.14.


From: guix-commits
Subject: 08/23: gnu: python-regex, python2-regex: Update to 2019.04.14.
Date: Sun, 5 May 2019 11:15:24 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit c187c9d786e10d68f5730c2728cee266bdbb406f
Author: Brendan Tildesley <address@hidden>
Date:   Sat May 4 02:42:17 2019 +1000

    gnu: python-regex, python2-regex: Update to 2019.04.14.
    
    * gnu/packages/python.scm (python-regex, python2-regex): Update to 
2019.04.14.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/packages/python-xyz.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 35147eb..31f3ea3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13061,13 +13061,15 @@ window memory map manager.")
 (define-public python-regex
   (package
     (name "python-regex")
-    (version "2017.06.07")
+    (version "2019.04.14")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "regex" version))
               (sha256
                (base32
-                "06r6b7yigikbj3a72whl85r2b64pj1r0ypmw9yalmkm0wnxq8mz4"))))
+                "1a6hhfs6l6snr1z654ay6wzbmwdkmv282fzfkd5hk2d1n73y8v6m"))))
+    ;; TODO: Fix and enable regex_test.py tests that complain about the
+    ;; test.support module not existing.
     (build-system python-build-system)
     (home-page "https://bitbucket.org/mrabarnett/mrab-regex";)
     (synopsis "Alternative regular expression module")



reply via email to

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