guix-commits
[Top][All Lists]
Advanced

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

10/14: gnu: pcre2: Update to 10.32.


From: guix-commits
Subject: 10/14: gnu: pcre2: Update to 10.32.
Date: Thu, 7 Feb 2019 18:02:43 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit d9464ca53ab66a92d1d223738227a23e8ad1b86b
Author: Marius Bakke <address@hidden>
Date:   Thu Feb 7 21:16:26 2019 +0100

    gnu: pcre2: Update to 10.32.
    
    * gnu/packages/pcre.scm (pcre2): Update to 10.32.
---
 gnu/packages/pcre.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pcre.scm b/gnu/packages/pcre.scm
index 564a23d..f46f7e3 100644
--- a/gnu/packages/pcre.scm
+++ b/gnu/packages/pcre.scm
@@ -89,7 +89,7 @@ POSIX regular expression API.")
 (define-public pcre2
   (package
     (name "pcre2")
-    (version "10.31")
+    (version "10.32")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/pcre/pcre2/"
@@ -97,7 +97,7 @@ POSIX regular expression API.")
 
               (sha256
                (base32
-                "1b389pzw91k1hzydsh4smdsxyppwz4pv74m3nrvy8rda0j3m6zg0"))))
+                "0bkwp2czcckvvbdls7b331cad11rxsm020aqhrbz84z8bp68k7pj"))))
    (build-system gnu-build-system)
    (inputs `(("bzip2" ,bzip2)
              ("readline" ,readline)



reply via email to

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