gnu: macs: Use "pypi-uri".
* gnu/packages/bioinformatics.scm (macs)[source]: Use "pypi-uri" to build source URI.master
parent
b074e7d486
commit
43ec07f17c
|
@ -1967,9 +1967,7 @@ command, or queried for specific k-mers with @code{jellyfish query}.")
|
|||
(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"))))
|
||||
|
|
Reference in New Issue