gnu: freexl: Download over HTTPS.
* gnu/packages/xml.scm (freexl)[source]: Use HTTPS. Hard-code NAME.master
parent
4cafdce210
commit
4edc6bbdc9
|
@ -1347,8 +1347,8 @@ files. It is designed to be fast and to handle large input files.")
|
||||||
(version "1.0.5")
|
(version "1.0.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.gaia-gis.it/gaia-sins/"
|
(uri (string-append "https://www.gaia-gis.it/gaia-sins/"
|
||||||
name "-" version ".tar.gz"))
|
"freexl-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03bmwq6hngmzwpqpb7c2amqlspz4q69iv96nlf0f5c0qs98b3j9x"))))
|
"03bmwq6hngmzwpqpb7c2amqlspz4q69iv96nlf0f5c0qs98b3j9x"))))
|
||||||
|
|
Reference in New Issue