diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-07-01 09:09:26 +0200 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-08-31 11:00:18 +0900 |
| commit | 7166ecc3f8f3b7d73df0f7603d3d996a54f1b247 (patch) | |
| tree | 41d4b399b282537f8f0d8e1afe08bd1eb33d50dc | |
| parent | d9437acf647c4a2aef15c5341578996436ce9d7a (diff) | |
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 <cnx@loang.net>
| -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 1dbd2180a84..77ce717dd86 100644 --- a/gnu/packages/pcre.scm +++ b/gnu/packages/pcre.scm | |||
| @@ -92,7 +92,7 @@ POSIX regular expression API.") | |||
| 92 | (define-public pcre2 | 92 | (define-public pcre2 |
| 93 | (package | 93 | (package |
| 94 | (name "pcre2") | 94 | (name "pcre2") |
| 95 | (version "10.42") | 95 | (version "10.47") |
| 96 | (source (origin | 96 | (source (origin |
| 97 | (method url-fetch) | 97 | (method url-fetch) |
| 98 | (uri (string-append "https://github.com/PCRE2Project/pcre2" | 98 | (uri (string-append "https://github.com/PCRE2Project/pcre2" |
| @@ -100,7 +100,7 @@ POSIX regular expression API.") | |||
| 100 | "/pcre2-" version ".tar.bz2")) | 100 | "/pcre2-" version ".tar.bz2")) |
| 101 | (sha256 | 101 | (sha256 |
| 102 | (base32 | 102 | (base32 |
| 103 | "0h78np8h3dxlmvqvpnj558x67267n08n9zsqncmlqapans6csdld")))) | 103 | "1ivvip83z84wip07zsq6bn2mg84xpapgvs76i4px8l0j8scqrzj7")))) |
| 104 | (build-system gnu-build-system) | 104 | (build-system gnu-build-system) |
| 105 | (outputs '("out" "static")) | 105 | (outputs '("out" "static")) |
| 106 | (inputs (list bzip2 readline zlib)) | 106 | (inputs (list bzip2 readline zlib)) |
