efraim pushed a commit to branch master
in repository guix.

commit 8c759ce23ef70f437d31011facb380a5eda1e09e
Author: Efraim Flashner <[email protected]>
AuthorDate: Sun Jul 9 10:06:53 2023 +0300

    gnu: libxslt: Download using mirror uri.
    
    * gnu/packages/xml.scm (libxslt)[source]: Rewrite source uri to use
    download mirrors.
---
 gnu/packages/xml.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 8d9974b825..dfd2f45d28 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -326,7 +326,7 @@ formulas and hyperlinks to multiple worksheets in an Excel 
2007+ XLSX file.")
     (version "1.1.37")
     (source (origin
              (method url-fetch)
-             (uri (string-append "https://download.gnome.org/sources";
+             (uri (string-append "mirror://gnome/sources"
                                  "/libxslt/" (version-major+minor version)
                                  "/libxslt-" version ".tar.xz"))
              (sha256

Reply via email to