diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-02-07 21:16:26 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-02-07 22:10:17 +0100 |
commit | d9464ca53ab66a92d1d223738227a23e8ad1b86b (patch) | |
tree | a52b0e27e59402f4b76c699318fa7c323fbebcbd /gnu/packages/pcre.scm | |
parent | 596c54c9672011a7d54c3aee25b1ab2a3e7c1e59 (diff) | |
download | guix-d9464ca53ab66a92d1d223738227a23e8ad1b86b.tar guix-d9464ca53ab66a92d1d223738227a23e8ad1b86b.tar.gz |
gnu: pcre2: Update to 10.32.
* gnu/packages/pcre.scm (pcre2): Update to 10.32.
Diffstat (limited to 'gnu/packages/pcre.scm')
-rw-r--r-- | gnu/packages/pcre.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/pcre.scm b/gnu/packages/pcre.scm index 564a23d012..f46f7e3775 100644 --- a/gnu/packages/pcre.scm +++ b/gnu/packages/pcre.scm @@ -89,7 +89,7 @@ POSIX regular expression API.") (define-public pcre2 (package (name "pcre2") - (version "10.31") + (version "10.32") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/pcre/pcre2/" @@ -97,7 +97,7 @@ POSIX regular expression API.") (sha256 (base32 - "1b389pzw91k1hzydsh4smdsxyppwz4pv74m3nrvy8rda0j3m6zg0")))) + "0bkwp2czcckvvbdls7b331cad11rxsm020aqhrbz84z8bp68k7pj")))) (build-system gnu-build-system) (inputs `(("bzip2" ,bzip2) ("readline" ,readline) |