gnu: pcre: Update to 8.42.

* gnu/packages/pcre.scm (pcre): Update to 8.42.
master
Marius Bakke 2018-07-22 17:54:54 +02:00
parent 0d517c073d
commit 08b87ab0df
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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)