guix-commits
[Top][All Lists]
Advanced

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

06/10: gnu: pcre2: Update to 10.33.


From: guix-commits
Subject: 06/10: gnu: pcre2: Update to 10.33.
Date: Sat, 4 May 2019 10:55:13 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 9adae0a0176caf38519f3b3e30b7855fbc70c548
Author: Marius Bakke <address@hidden>
Date:   Thu May 2 13:50:24 2019 +0200

    gnu: pcre2: Update to 10.33.
    
    * gnu/packages/pcre.scm (pcre2): Update to 10.33.
---
 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..1395a3e 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.33")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/pcre/pcre2/"
@@ -97,7 +97,7 @@ POSIX regular expression API.")
 
               (sha256
                (base32
-                "1b389pzw91k1hzydsh4smdsxyppwz4pv74m3nrvy8rda0j3m6zg0"))))
+                "1anqi7vpbfzag7imccrc6di1zl5rl63ab7rfpmajpw6d1kzlsl9m"))))
    (build-system gnu-build-system)
    (inputs `(("bzip2" ,bzip2)
              ("readline" ,readline)



reply via email to

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