mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: miso: Use pypi-uri.
* gnu/packages/bioinformatics.scm (miso)[source]: Use pypi-uri.
This commit is contained in:
parent
e5c17b8d9d
commit
34260a10d7
1 changed files with 1 additions and 3 deletions
|
@ -3563,9 +3563,7 @@ (define-public miso
|
|||
(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 a new issue