summaryrefslogtreecommitdiff
path: root/gnu/packages/pcre.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-03-04 21:36:41 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-03-04 22:58:59 +0100
commitdd7ce8643a28f5d633c5f3124de6be897cd5065f (patch)
tree09b56d251eb9b33f7b7290d33b82888388fcb54d /gnu/packages/pcre.scm
parent1a4bb420a7485a389e46cd793f4a4d6ca4209462 (diff)
downloadguix-patches-dd7ce8643a28f5d633c5f3124de6be897cd5065f.tar
guix-patches-dd7ce8643a28f5d633c5f3124de6be897cd5065f.tar.gz
gnu: pcre: Update to 8.43.
* gnu/packages/pcre.scm (pcre): Update to 8.43.
Diffstat (limited to 'gnu/packages/pcre.scm')
-rw-r--r--gnu/packages/pcre.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/pcre.scm b/gnu/packages/pcre.scm
index f46f7e3775..0f9d590476 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)