diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-07-22 17:54:54 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-07-22 17:54:54 +0200 |
commit | 08b87ab0dfa4bae0eb57f3d8915f655bf20d94fc (patch) | |
tree | ff4c34ce3611145b25144e199d891a8fc0963432 /gnu/packages/pcre.scm | |
parent | 0d517c073d5f6b7f4cddc57013d75c7fb19a9c75 (diff) | |
download | patches-08b87ab0dfa4bae0eb57f3d8915f655bf20d94fc.tar patches-08b87ab0dfa4bae0eb57f3d8915f655bf20d94fc.tar.gz |
gnu: pcre: Update to 8.42.
* gnu/packages/pcre.scm (pcre): Update to 8.42.
Diffstat (limited to 'gnu/packages/pcre.scm')
-rw-r--r-- | gnu/packages/pcre.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/pcre.scm b/gnu/packages/pcre.scm index 21752e9cfd..564a23d012 100644 --- a/gnu/packages/pcre.scm +++ b/gnu/packages/pcre.scm @@ -35,7 +35,7 @@ (define-public pcre (package (name "pcre") - (version "8.41") + (version "8.42") (source (origin (method url-fetch) (uri (list @@ -46,7 +46,7 @@ version "/pcre-" version ".tar.bz2"))) (sha256 (base32 - "0c5m469p5pd7jip621ipq6hbgh7128lzh7xndllfgh77ban7wb76")))) + "00ckpzlgyr16bnqx8fawa3afjgqxw5yxgs2l081vw23qi1y4pl1c")))) (build-system gnu-build-system) (outputs '("out" ;library & headers "bin" ;depends on Readline (adds 20MiB to the closure) |