gnu: freexl: Download over HTTPS.
* gnu/packages/xml.scm (freexl)[source]: Use HTTPS. Hard-code NAME.
This commit is contained in:
parent
4cafdce210
commit
4edc6bbdc9
1 changed files with 2 additions and 2 deletions
|
@ -1347,8 +1347,8 @@ (define-public freexl
|
|||
(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"))))
|
||||
|
|
Loading…
Reference in a new issue