guix-commits
[Top][All Lists]
Advanced

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

10/21: gnu: pcre2: Update to 10.40.


From: guix-commits
Subject: 10/21: gnu: pcre2: Update to 10.40.
Date: Thu, 30 Jun 2022 17:27:35 -0400 (EDT)

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

commit dad7117c352ca4d8f91ae3235259a591d7b4f33f
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jun 30 16:01:53 2022 +0200

    gnu: pcre2: Update to 10.40.
    
    * gnu/packages/pcre.scm (pcre2): Update to 10.40.
    [source](uri): Use new download location.
---
 gnu/packages/pcre.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/pcre.scm b/gnu/packages/pcre.scm
index fdc86e5047..8329b8d07d 100644
--- a/gnu/packages/pcre.scm
+++ b/gnu/packages/pcre.scm
@@ -91,14 +91,15 @@ POSIX regular expression API.")
 (define-public pcre2
   (package
     (name "pcre2")
-    (version "10.37")
+    (version "10.40")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://sourceforge/pcre/pcre2/"
-                                  version "/pcre2-" version ".tar.bz2"))
+              (uri (string-append "https://github.com/PCRE2Project/pcre2";
+                                  "/releases/download/pcre2-" version
+                                  "/pcre2-" version ".tar.bz2"))
               (sha256
                (base32
-                "0w6jaswjmg3bc0wsw6msn5bvk66p90kf2asnnj9rhll0idpak5ad"))))
+                "0s4x2l6g0sb9piwkr3sxqwdswz2g6bk1hhwngv0kv4w38wybir0l"))))
    (build-system gnu-build-system)
    (inputs (list bzip2 readline zlib))
    (arguments



reply via email to

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