guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/15: gnu: libxslt: Download using mirror uri.


From: guix-commits
Subject: 04/15: gnu: libxslt: Download using mirror uri.
Date: Sun, 9 Jul 2023 08:00:54 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 8c759ce23ef70f437d31011facb380a5eda1e09e
Author: Efraim Flashner <efraim@flashner.co.il>
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

[Prev in Thread] Current Thread [Next in Thread]