gnu: miso: Use HTTPS URL.
* gnu/packages/bioinformatics.scm (miso)[source]: Use "https" protocol for downloading the source tarball.
This commit is contained in:
parent
1bbc3b1d2c
commit
86517de69c
|
@ -1063,7 +1063,7 @@ sequencing tag position and orientation.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://pypi.python.org/packages/source/m/misopy/misopy-"
|
"https://pypi.python.org/packages/source/m/misopy/misopy-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Reference in New Issue