guix-commits
[Top][All Lists]
Advanced

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

17/17: gnu: pcre: Update to 8.43.


From: guix-commits
Subject: 17/17: gnu: pcre: Update to 8.43.
Date: Mon, 4 Mar 2019 17:03:52 -0500 (EST)

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

commit dd7ce8643a28f5d633c5f3124de6be897cd5065f
Author: Marius Bakke <address@hidden>
Date:   Mon Mar 4 21:36:41 2019 +0100

    gnu: pcre: Update to 8.43.
    
    * gnu/packages/pcre.scm (pcre): Update to 8.43.
---
 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 f46f7e3..0f9d590 100644
--- a/gnu/packages/pcre.scm
+++ b/gnu/packages/pcre.scm
@@ -35,7 +35,7 @@
 (define-public pcre
   (package
    (name "pcre")
-   (version "8.42")
+   (version "8.43")
    (source (origin
             (method url-fetch)
             (uri (list
@@ -46,7 +46,7 @@
                                  version "/pcre-" version ".tar.bz2")))
             (sha256
              (base32
-              "00ckpzlgyr16bnqx8fawa3afjgqxw5yxgs2l081vw23qi1y4pl1c"))))
+              "0sxg1wlknq05ryq63h21cchjmcjkin9lmnqsmhs3h08301965rwi"))))
    (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]