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
This commit is contained in:
parent
e77aef7f74
commit
e801fd4ad8
@ -92,7 +92,7 @@ POSIX regular expression API.")
|
|||||||
(define-public pcre2
|
(define-public pcre2
|
||||||
(package
|
(package
|
||||||
(name "pcre2")
|
(name "pcre2")
|
||||||
(version "10.40")
|
(version "10.42")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/PCRE2Project/pcre2"
|
(uri (string-append "https://github.com/PCRE2Project/pcre2"
|
||||||
@ -100,7 +100,7 @@ POSIX regular expression API.")
|
|||||||
"/pcre2-" version ".tar.bz2"))
|
"/pcre2-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0s4x2l6g0sb9piwkr3sxqwdswz2g6bk1hhwngv0kv4w38wybir0l"))))
|
"0h78np8h3dxlmvqvpnj558x67267n08n9zsqncmlqapans6csdld"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out" "static"))
|
(outputs '("out" "static"))
|
||||||
(inputs (list bzip2 readline zlib))
|
(inputs (list bzip2 readline zlib))
|
||||||
|
Loading…
Reference in New Issue
Block a user