guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: macs: Update to 2.1.0.20151222.


From: Ricardo Wurmus
Subject: 02/02: gnu: macs: Update to 2.1.0.20151222.
Date: Fri, 12 Feb 2016 17:17:21 +0000

rekado pushed a commit to branch master
in repository guix.

commit 0d0bcaa08e8473693dab01ebf417b9e9fcefa087
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Feb 4 12:32:42 2016 +0100

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

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 4d070b0..74761c0 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -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



reply via email to

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