gnu: miso: Use pypi-uri.
* gnu/packages/bioinformatics.scm (miso)[source]: Use pypi-uri.
This commit is contained in:
parent
e5c17b8d9d
commit
34260a10d7
|
@ -3563,9 +3563,7 @@ assembled metagenomic sequence.")
|
|||
(version "0.5.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://pypi.python.org/packages/source/m/misopy/misopy-"
|
||||
version ".tar.gz"))
|
||||
(uri (pypi-uri "misopy" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1z3x0vd8ma7pdrnywj7i3kgwl89sdkwrrn62zl7r5calqaq2hyip"))
|
||||
|
|
Loading…
Reference in New Issue