me
/
guix
Archived
1
0
Fork 0

gnu: macs: Use "pypi-uri".

* gnu/packages/bioinformatics.scm (macs)[source]: Use "pypi-uri" to
  build source URI.
master
Ricardo Wurmus 2016-02-04 12:29:54 +01:00
parent b074e7d486
commit 43ec07f17c
1 changed files with 1 additions and 3 deletions

View File

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