me
/
guix
Archived
1
0
Fork 0

gnu: macs: Update to 2.1.0.20151222.

* gnu/packages/bioinformatics.scm (macs): Update to 2.1.0.20151222.
master
Ricardo Wurmus 2016-02-04 12:32:42 +01:00
parent 43ec07f17c
commit 0d0bcaa08e
1 changed files with 2 additions and 2 deletions

View File

@ -1964,13 +1964,13 @@ command, or queried for specific k-mers with @code{jellyfish query}.")
(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