Browse Source
gnu: python2-warpedlmm: Use PYPI-URI.
* gnu/packages/bioinformatics.scm (python2-warpedlmm)[source]: Use PYPI-URI.
snapper
Ricardo Wurmus
3 years ago
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with
1 additions and
3 deletions
-
gnu/packages/bioinformatics.scm
|
|
@ -4503,9 +4503,7 @@ files and writing bioinformatics applications.") |
|
|
|
(source |
|
|
|
(origin |
|
|
|
(method url-fetch) |
|
|
|
(uri (string-append |
|
|
|
"https://pypi.python.org/packages/source/W/WarpedLMM/WarpedLMM-" |
|
|
|
version ".zip")) |
|
|
|
(uri (pypi-uri "WarpedLMM" version ".zip")) |
|
|
|
(sha256 |
|
|
|
(base32 |
|
|
|
"1agfz6zqa8nc6cw47yh0s3y14gkpa9wqazwcj7mwwj3ffnw39p3j")))) |
|
|
|