guix-commits
[Top][All Lists]
Advanced

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

09/16: gnu: pcre: Update to 8.44.


From: guix-commits
Subject: 09/16: gnu: pcre: Update to 8.44.
Date: Sat, 14 Mar 2020 07:03:55 -0400 (EDT)

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

commit 704f1b53c77f3550bc7b3e86aa7237db2fc1594e
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Mar 13 21:05:23 2020 +0100

    gnu: pcre: Update to 8.44.
    
    * gnu/packages/pcre.scm (pcre): Update to 8.44.
---
 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 ea45a3d..ce2a6e9 100644
--- a/gnu/packages/pcre.scm
+++ b/gnu/packages/pcre.scm
@@ -35,7 +35,7 @@
 (define-public pcre
   (package
    (name "pcre")
-   (version "8.43")
+   (version "8.44")
    (source (origin
             (method url-fetch)
             (uri (list
@@ -46,7 +46,7 @@
                                  version "/pcre-" version ".tar.bz2")))
             (sha256
              (base32
-              "0sxg1wlknq05ryq63h21cchjmcjkin9lmnqsmhs3h08301965rwi"))))
+              "0v9nk51wh55pcbnf2jr36yarz8ayajn6d7ywiq2wagivn9c8c40r"))))
    (build-system gnu-build-system)
    (outputs '("out"           ;library & headers
               "bin"           ;depends on Readline (adds 20MiB to the closure)



reply via email to

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