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