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 @@ (define-public jellyfish
(define-public macs (define-public macs
(package (package
(name "macs") (name "macs")
(version "2.1.0.20140616") (version "2.1.0.20151222")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "MACS2" version)) (uri (pypi-uri "MACS2" version))
(sha256 (sha256
(base32 (base32
"11lmiw6avqhwn75sn59g4lfkrr2kk20r3rgfbx9xfqb8rg9mi2n6")))) "1r2hcz6irhcq7lwbafjks98jbn34hv05avgbdjnp6w6mlfjkf8x5"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:python ,python-2 ; only compatible with Python 2.7 `(#:python ,python-2 ; only compatible with Python 2.7