guix-commits
[Top][All Lists]
Advanced

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

29/63: gnu: pcre2: Update to 10.35.


From: guix-commits
Subject: 29/63: gnu: pcre2: Update to 10.35.
Date: Tue, 26 May 2020 17:18:08 -0400 (EDT)

mbakke pushed a commit to branch staging2
in repository guix.

commit f2ff01bb8e794ead5d31548505c840caf6a9aa39
Author: Marius Bakke <address@hidden>
AuthorDate: Fri May 15 01:40:13 2020 +0200

    gnu: pcre2: Update to 10.35.
    
    * gnu/packages/pcre.scm (pcre2): Update to 10.35.
---
 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 ce2a6e9..ab48168 100644
--- a/gnu/packages/pcre.scm
+++ b/gnu/packages/pcre.scm
@@ -89,14 +89,14 @@ POSIX regular expression API.")
 (define-public pcre2
   (package
     (name "pcre2")
-    (version "10.34")
+    (version "10.35")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/pcre/pcre2/"
                                   version "/pcre2-" version ".tar.bz2"))
               (sha256
                (base32
-                "1jlqnzcz2yi70dm40wyfa9w8is9z2kh4dl8zjnv3vqd9mgzp7i3l"))))
+                "04s6kmk9qdd4rjz477h547j4bx7hfz0yalpvrm381rqc5ghaijww"))))
    (build-system gnu-build-system)
    (inputs `(("bzip2" ,bzip2)
              ("readline" ,readline)



reply via email to

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