diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-07-14 07:46:15 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-07-14 07:46:15 +0200 |
commit | d67507cacf934b970f67567bced4e044c3ca9753 (patch) | |
tree | b1c3160946ceaf74a9a24c7360d28036230210e1 /gnu/packages/xml.scm | |
parent | 3b3d9a13dd2bd67f34c890047680a1ce6e3af28e (diff) | |
parent | dd4c1992103a65b8fbdc80fe07a9fe9be822769a (diff) |
Merge branch 'master' into gnome-team
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r-- | gnu/packages/xml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 8d9974b825..555f0ab624 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -185,7 +185,7 @@ hierarchical form with variable field lengths.") (version "2.9.14") (source (origin (method url-fetch) - (uri (string-append "https://download.gnome.org/sources/libxml2/" + (uri (string-append "mirror://gnome/sources/libxml2/" (version-major+minor version)"/libxml2-" version ".tar.xz")) (sha256 @@ -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 |