diff options
| author | Marius Bakke <mbakke@fastmail.com> | 2020-05-15 01:40:13 +0200 |
|---|---|---|
| committer | Marius Bakke <marius@gnu.org> | 2020-05-26 22:32:55 +0200 |
| commit | f2ff01bb8e794ead5d31548505c840caf6a9aa39 (patch) | |
| tree | 27023744af1542e492ac1b9269ea2fd2f1fd60af /gnu/packages | |
| parent | 8aeef3c7bdf278003892e608842200d3a35211c7 (diff) | |
gnu: pcre2: Update to 10.35.
* gnu/packages/pcre.scm (pcre2): Update to 10.35.
Diffstat (limited to 'gnu/packages')
| -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 ce2a6e91db6..ab481685670 100644 --- a/gnu/packages/pcre.scm +++ b/gnu/packages/pcre.scm | |||
| @@ -89,14 +89,14 @@ POSIX regular expression API.") | |||
| 89 | (define-public pcre2 | 89 | (define-public pcre2 |
| 90 | (package | 90 | (package |
| 91 | (name "pcre2") | 91 | (name "pcre2") |
| 92 | (version "10.34") | 92 | (version "10.35") |
| 93 | (source (origin | 93 | (source (origin |
| 94 | (method url-fetch) | 94 | (method url-fetch) |
| 95 | (uri (string-append "mirror://sourceforge/pcre/pcre2/" | 95 | (uri (string-append "mirror://sourceforge/pcre/pcre2/" |
| 96 | version "/pcre2-" version ".tar.bz2")) | 96 | version "/pcre2-" version ".tar.bz2")) |
| 97 | (sha256 | 97 | (sha256 |
| 98 | (base32 | 98 | (base32 |
| 99 | "1jlqnzcz2yi70dm40wyfa9w8is9z2kh4dl8zjnv3vqd9mgzp7i3l")))) | 99 | "04s6kmk9qdd4rjz477h547j4bx7hfz0yalpvrm381rqc5ghaijww")))) |
| 100 | (build-system gnu-build-system) | 100 | (build-system gnu-build-system) |
| 101 | (inputs `(("bzip2" ,bzip2) | 101 | (inputs `(("bzip2" ,bzip2) |
| 102 | ("readline" ,readline) | 102 | ("readline" ,readline) |
