mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: pcre: Update to 8.42.
* gnu/packages/pcre.scm (pcre): Update to 8.42.
This commit is contained in:
parent
0d517c073d
commit
08b87ab0df
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ (define-module (gnu packages pcre)
|
||||||
(define-public pcre
|
(define-public pcre
|
||||||
(package
|
(package
|
||||||
(name "pcre")
|
(name "pcre")
|
||||||
(version "8.41")
|
(version "8.42")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list
|
(uri (list
|
||||||
|
@ -46,7 +46,7 @@ (define-public pcre
|
||||||
version "/pcre-" version ".tar.bz2")))
|
version "/pcre-" version ".tar.bz2")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0c5m469p5pd7jip621ipq6hbgh7128lzh7xndllfgh77ban7wb76"))))
|
"00ckpzlgyr16bnqx8fawa3afjgqxw5yxgs2l081vw23qi1y4pl1c"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out" ;library & headers
|
(outputs '("out" ;library & headers
|
||||||
"bin" ;depends on Readline (adds 20MiB to the closure)
|
"bin" ;depends on Readline (adds 20MiB to the closure)
|
||||||
|
|
Loading…
Reference in a new issue