mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: pcre: Update with new source URI.
* gnu/packages/pcre.scm (pcre)[source]: Download from sourceforge mirror.
This commit is contained in:
parent
8161c61ae4
commit
e3de5d6701
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
|
||||
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
|
||||
;;; Copyright © 2017 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2017, 2021 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2017, 2021, 2022 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2021 Jean-Baptiste Volatier <jbv@pm.me>
|
||||
;;; Copyright © 2021 Simon Tournier <zimon.toutoune@gmail.com>
|
||||
|
@ -42,8 +42,8 @@ (define-public pcre
|
|||
(version "8.45")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://ftp.pcre.org/pub/pcre/pcre-"
|
||||
version ".tar.bz2"))
|
||||
(uri (string-append "mirror://sourceforge/pcre/pcre/"
|
||||
version "/pcre-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1f7zichy6iimmkfrqdl575sdlm795cyc75szgg1vc2xvsbf6zbjd"))))
|
||||
|
|
Loading…
Reference in a new issue