me
/
guix
Archived
1
0
Fork 0

gnu: pcre2: Update to 10.33.

* gnu/packages/pcre.scm (pcre2): Update to 10.33.
master
Marius Bakke 2019-05-02 13:50:24 +02:00
parent 569f53e1a8
commit 9adae0a017
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ POSIX regular expression API.")
(define-public pcre2 (define-public pcre2
(package (package
(name "pcre2") (name "pcre2")
(version "10.31") (version "10.33")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/pcre/pcre2/" (uri (string-append "mirror://sourceforge/pcre/pcre2/"
@ -97,7 +97,7 @@ POSIX regular expression API.")
(sha256 (sha256
(base32 (base32
"1b389pzw91k1hzydsh4smdsxyppwz4pv74m3nrvy8rda0j3m6zg0")))) "1anqi7vpbfzag7imccrc6di1zl5rl63ab7rfpmajpw6d1kzlsl9m"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("bzip2" ,bzip2) (inputs `(("bzip2" ,bzip2)
("readline" ,readline) ("readline" ,readline)