gnu: pcre2: Update to 10.40.

* gnu/packages/pcre.scm (pcre2): Update to 10.40.
[source](uri): Use new download location.
This commit is contained in:
Marius Bakke 2022-06-30 16:01:53 +02:00
parent 1861b35e36
commit dad7117c35
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -91,14 +91,15 @@ (define-public pcre
(define-public pcre2
(package
(name "pcre2")
(version "10.37")
(version "10.40")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/pcre/pcre2/"
version "/pcre2-" version ".tar.bz2"))
(uri (string-append "https://github.com/PCRE2Project/pcre2"
"/releases/download/pcre2-" version
"/pcre2-" version ".tar.bz2"))
(sha256
(base32
"0w6jaswjmg3bc0wsw6msn5bvk66p90kf2asnnj9rhll0idpak5ad"))))
"0s4x2l6g0sb9piwkr3sxqwdswz2g6bk1hhwngv0kv4w38wybir0l"))))
(build-system gnu-build-system)
(inputs (list bzip2 readline zlib))
(arguments