guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: macs: Update to 2.1.1.20160309.


From: Ricardo Wurmus
Subject: 01/02: gnu: macs: Update to 2.1.1.20160309.
Date: Mon, 9 Jul 2018 07:31:49 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ffe8d2149087ea02784b6078a46ddf8e315d73d3
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jul 6 14:23:22 2018 +0200

    gnu: macs: Update to 2.1.1.20160309.
    
    * gnu/packages/bioinformatics.scm (macs): Update to 2.1.1.20160309.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 9bf6299..245e7dd 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3760,13 +3760,13 @@ experiments.")
 (define-public macs
   (package
     (name "macs")
-    (version "2.1.0.20151222")
+    (version "2.1.1.20160309")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "MACS2" version))
               (sha256
                (base32
-                "1r2hcz6irhcq7lwbafjks98jbn34hv05avgbdjnp6w6mlfjkf8x5"))))
+                "09ixspd1vcqmz1c81ih70xs4m7qml2iy5vyx1y74zww3iy1vl210"))))
     (build-system python-build-system)
     (arguments
      `(#:python ,python-2 ; only compatible with Python 2.7



reply via email to

[Prev in Thread] Current Thread [Next in Thread]