gnu: python2-warpedlmm: Use PYPI-URI.
* gnu/packages/bioinformatics.scm (python2-warpedlmm)[source]: Use PYPI-URI.
This commit is contained in:
parent
99d1744611
commit
4cd7c58cf1
|
@ -4503,9 +4503,7 @@ files and writing bioinformatics applications.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (pypi-uri "WarpedLMM" version ".zip"))
|
||||||
"https://pypi.python.org/packages/source/W/WarpedLMM/WarpedLMM-"
|
|
||||||
version ".zip"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1agfz6zqa8nc6cw47yh0s3y14gkpa9wqazwcj7mwwj3ffnw39p3j"))))
|
"1agfz6zqa8nc6cw47yh0s3y14gkpa9wqazwcj7mwwj3ffnw39p3j"))))
|
||||||
|
|
Loading…
Reference in New Issue