mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
1 changed files with 1 additions and 3 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue