gnu: macs: Update to 2.1.1.20160309.
* gnu/packages/bioinformatics.scm (macs): Update to 2.1.1.20160309.
This commit is contained in:
parent
a33652ee33
commit
ffe8d21490
|
@ -3760,13 +3760,13 @@ experiments.")
|
||||||
(define-public macs
|
(define-public macs
|
||||||
(package
|
(package
|
||||||
(name "macs")
|
(name "macs")
|
||||||
(version "2.1.0.20151222")
|
(version "2.1.1.20160309")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "MACS2" version))
|
(uri (pypi-uri "MACS2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1r2hcz6irhcq7lwbafjks98jbn34hv05avgbdjnp6w6mlfjkf8x5"))))
|
"09ixspd1vcqmz1c81ih70xs4m7qml2iy5vyx1y74zww3iy1vl210"))))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in New Issue