gnu: python2-warpedlmm: Use PYPI-URI.

* gnu/packages/bioinformatics.scm (python2-warpedlmm)[source]: Use PYPI-URI.
This commit is contained in:
Ricardo Wurmus 2019-01-25 23:26:50 +01:00
parent 99d1744611
commit 4cd7c58cf1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 3 deletions

View File

@ -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"))))