guix_mirror_bot pushed a commit to branch world-rebuild in repository guix.
commit 90d95dba751bb5aa63fd6b6340f85f055a87166b Author: Cayetano Santos <[email protected]> AuthorDate: Wed Jul 1 09:09:26 2026 +0200 gnu: pcre2: Update to 10.47. * gnu/packages/pcre.scm (pcre2): Update to 10.47. Merges: https://codeberg.org/guix/guix/pulls/9635 Signed-off-by: Nguyễn Gia Phong <[email protected]> --- gnu/packages/pcre.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/pcre.scm b/gnu/packages/pcre.scm index 1dbd2180a8..77ce717dd8 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.42") + (version "10.47") (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 - "0h78np8h3dxlmvqvpnj558x67267n08n9zsqncmlqapans6csdld")))) + "1ivvip83z84wip07zsq6bn2mg84xpapgvs76i4px8l0j8scqrzj7")))) (build-system gnu-build-system) (outputs '("out" "static")) (inputs (list bzip2 readline zlib))
