mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: pcre: Update to 8.44.
* gnu/packages/pcre.scm (pcre): Update to 8.44.
This commit is contained in:
parent
3db5a01c11
commit
704f1b53c7
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.43")
|
||||
(version "8.44")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (list
|
||||
|
@ -46,7 +46,7 @@ (define-public pcre
|
|||
version "/pcre-" version ".tar.bz2")))
|
||||
(sha256
|
||||
(base32
|
||||
"0sxg1wlknq05ryq63h21cchjmcjkin9lmnqsmhs3h08301965rwi"))))
|
||||
"0v9nk51wh55pcbnf2jr36yarz8ayajn6d7ywiq2wagivn9c8c40r"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out" ;library & headers
|
||||
"bin" ;depends on Readline (adds 20MiB to the closure)
|
||||
|
|
Loading…
Reference in a new issue