guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: freexl: Download over HTTPS.


From: guix-commits
Subject: 03/05: gnu: freexl: Download over HTTPS.
Date: Sun, 9 Aug 2020 13:42:29 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4edc6bbdc999a11c7afb1a94850c44769e69043c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 9 16:12:21 2020 +0200

    gnu: freexl: Download over HTTPS.
    
    * gnu/packages/xml.scm (freexl)[source]: Use HTTPS.  Hard-code NAME.
---
 gnu/packages/xml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index a7a8f02..b141e7d 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1347,8 +1347,8 @@ files.  It is designed to be fast and to handle large 
input files.")
     (version "1.0.5")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://www.gaia-gis.it/gaia-sins/";
-                                  name  "-" version ".tar.gz"))
+              (uri (string-append "https://www.gaia-gis.it/gaia-sins/";
+                                  "freexl-" version ".tar.gz"))
               (sha256
                (base32
                 "03bmwq6hngmzwpqpb7c2amqlspz4q69iv96nlf0f5c0qs98b3j9x"))))



reply via email to

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