mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: macs: Use "pypi-uri".
* gnu/packages/bioinformatics.scm (macs)[source]: Use "pypi-uri" to build source URI.
This commit is contained in:
parent
b074e7d486
commit
43ec07f17c
1 changed files with 1 additions and 3 deletions
|
@ -1967,9 +1967,7 @@ (define-public macs
|
|||
(version "2.1.0.20140616")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://pypi.python.org/packages/source/M/MACS2/MACS2-"
|
||||
version ".tar.gz"))
|
||||
(uri (pypi-uri "MACS2" version))
|
||||
(sha256
|
||||
(base32
|
||||
"11lmiw6avqhwn75sn59g4lfkrr2kk20r3rgfbx9xfqb8rg9mi2n6"))))
|
||||
|
|
Loading…
Reference in a new issue