gnu: pcre: Update to 8.43.
* gnu/packages/pcre.scm (pcre): Update to 8.43.
This commit is contained in:
parent
1a4bb420a7
commit
dd7ce8643a
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ (define-module (gnu packages pcre)
|
|||
(define-public pcre
|
||||
(package
|
||||
(name "pcre")
|
||||
(version "8.42")
|
||||
(version "8.43")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (list
|
||||
|
@ -46,7 +46,7 @@ (define-public pcre
|
|||
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)
|
||||
|
|
Loading…
Reference in a new issue