summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-06-09 20:07:33 +0300
committerEfraim Flashner <efraim@flashner.co.il>2022-06-09 20:07:33 +0300
commite3de5d6701eb9892f27ca7fc2c816ee3113737b3 (patch)
treece26312eb6bb9bbf19ea825a91b06c528536936d
parent8161c61ae4274a59bc0168b50f90cbe18194531a (diff)
downloadguix-patches-e3de5d6701eb9892f27ca7fc2c816ee3113737b3.tar
guix-patches-e3de5d6701eb9892f27ca7fc2c816ee3113737b3.tar.gz
gnu: pcre: Update with new source URI.
* gnu/packages/pcre.scm (pcre)[source]: Download from sourceforge mirror.
-rw-r--r--gnu/packages/pcre.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/pcre.scm b/gnu/packages/pcre.scm
index 10e29cf6ca..fdc86e5047 100644
--- a/gnu/packages/pcre.scm
+++ b/gnu/packages/pcre.scm
@@ -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 @@
(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"))))