gnu: cfitsio: Download source over HTTPS.
* gnu/packages/astronomy.scm (cfitsio)[source]: Use HTTPS. Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
9312c68334
commit
707682ac75
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ made to get a better separation of core libraries and applications.
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/"
|
"https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/"
|
||||||
"cfitsio-" version ".tar.gz"))
|
"cfitsio-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "128qsv2q0f0g714ahlsixiikvvbwxi9bg9q9pcr5cd3f7wdkv9gb"))))
|
(base32 "128qsv2q0f0g714ahlsixiikvvbwxi9bg9q9pcr5cd3f7wdkv9gb"))))
|
||||||
|
|
Reference in a new issue