guix-commits
[Top][All Lists]
Advanced

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

02/49: gnu: pcre2: Update to 10.37.


From: guix-commits
Subject: 02/49: gnu: pcre2: Update to 10.37.
Date: Fri, 23 Jul 2021 11:33:01 -0400 (EDT)

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

commit fff2e2d216c9907de3ef2bbde542f923295129de
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jun 20 14:34:14 2021 +0200

    gnu: pcre2: Update to 10.37.
    
    * gnu/packages/pcre.scm (pcre2): Update to 10.37.
    [arguments]: Remove trailing #t.
---
 gnu/packages/pcre.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/pcre.scm b/gnu/packages/pcre.scm
index 486992e..54fcce5 100644
--- a/gnu/packages/pcre.scm
+++ b/gnu/packages/pcre.scm
@@ -84,14 +84,14 @@ POSIX regular expression API.")
 (define-public pcre2
   (package
     (name "pcre2")
-    (version "10.35")
+    (version "10.37")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/pcre/pcre2/"
                                   version "/pcre2-" version ".tar.bz2"))
               (sha256
                (base32
-                "04s6kmk9qdd4rjz477h547j4bx7hfz0yalpvrm381rqc5ghaijww"))))
+                "0w6jaswjmg3bc0wsw6msn5bvk66p90kf2asnnj9rhll0idpak5ad"))))
    (build-system gnu-build-system)
    (inputs `(("bzip2" ,bzip2)
              ("readline" ,readline)
@@ -110,8 +110,7 @@ POSIX regular expression API.")
         (add-after 'unpack 'patch-paths
           (lambda _
             (substitute* "RunGrepTest"
-              (("/bin/echo") (which "echo")))
-            #t)))))
+              (("/bin/echo") (which "echo"))))))))
    (synopsis "Perl Compatible Regular Expressions")
    (description
     "The PCRE library is a set of functions that implement regular expression



reply via email to

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