summaryrefslogtreecommitdiff
path: root/gnu/packages/pcre.scm
diff options
context:
space:
mode:
authorZ572 via Guix-patches via <guix-patches@gnu.org>2023-05-22 11:48:05 +0800
committerLudovic Courtès <ludo@gnu.org>2024-06-17 22:55:30 +0200
commit0c0a5f5991e61734f586055f6b0cf4b70e8c45ce (patch)
tree0411099d1c06afdf2345b747b206f1006e5b34ba /gnu/packages/pcre.scm
parent0a276c4933a0b35cccd2a384cc88e8e07e758629 (diff)
gnu: pcre2: Update to 10.42.
* gnu/packages/pcre.scm (pcre2): Update to 10.42. [arguments]: <#:configure-flags>: enable jit when target to riscv64. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I128c5e4b58ec8b26203ad8ef177bec29793d01a6
Diffstat (limited to 'gnu/packages/pcre.scm')
-rw-r--r--gnu/packages/pcre.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/pcre.scm b/gnu/packages/pcre.scm
index c7471169d9..6f31d3c1d7 100644
--- a/gnu/packages/pcre.scm
+++ b/gnu/packages/pcre.scm
@@ -92,7 +92,7 @@ POSIX regular expression API.")
(define-public pcre2
(package
(name "pcre2")
- (version "10.40")
+ (version "10.42")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/PCRE2Project/pcre2"
@@ -100,7 +100,7 @@ POSIX regular expression API.")
"/pcre2-" version ".tar.bz2"))
(sha256
(base32
- "0s4x2l6g0sb9piwkr3sxqwdswz2g6bk1hhwngv0kv4w38wybir0l"))))
+ "0h78np8h3dxlmvqvpnj558x67267n08n9zsqncmlqapans6csdld"))))
(build-system gnu-build-system)
(outputs '("out" "static"))
(inputs (list bzip2 readline zlib))