1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-22 10:10:31 +02:00

gnu: macs: Update to 2.1.0.20151222.

* gnu/packages/bioinformatics.scm (macs): Update to 2.1.0.20151222.
This commit is contained in:
Ricardo Wurmus
2016-02-04 12:32:42 +01:00
parent 43ec07f17c
commit 0d0bcaa08e

View File

@@ -1964,13 +1964,13 @@ command, or queried for specific k-mers with @code{jellyfish query}.")
(define-public macs
(package
(name "macs")
(version "2.1.0.20140616")
(version "2.1.0.20151222")
(source (origin
(method url-fetch)
(uri (pypi-uri "MACS2" version))
(sha256
(base32
"11lmiw6avqhwn75sn59g4lfkrr2kk20r3rgfbx9xfqb8rg9mi2n6"))))
"1r2hcz6irhcq7lwbafjks98jbn34hv05avgbdjnp6w6mlfjkf8x5"))))
(build-system python-build-system)
(arguments
`(#:python ,python-2 ; only compatible with Python 2.7