guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: pigx-chipseq: Update to 0.0.20.


From: Ricardo Wurmus
Subject: 01/02: gnu: pigx-chipseq: Update to 0.0.20.
Date: Tue, 3 Jul 2018 10:20:37 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 29cbf8178f7fe97f42005f0d8b32f38c2caee041
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Jul 3 15:52:25 2018 +0200

    gnu: pigx-chipseq: Update to 0.0.20.
    
    * gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.20.
---
 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 f89c60b..c0ee641 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -12906,7 +12906,7 @@ expression report comparing samples in an easily 
configurable manner.")
 (define-public pigx-chipseq
   (package
     (name "pigx-chipseq")
-    (version "0.0.17")
+    (version "0.0.20")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://github.com/BIMSBbioinfo/pigx_chipseq/";
@@ -12914,7 +12914,7 @@ expression report comparing samples in an easily 
configurable manner.")
                                   "/pigx_chipseq-" version ".tar.gz"))
               (sha256
                (base32
-                "1c0x5lswvc8v9fw4iynl5rcfs7h7clzp4hqdnl65ia7rk35n4zg9"))))
+                "19a7dclqq0b4kqg3phiz4d4arlwfp34nm3z0rf1gkqdpsy7gghp3"))))
     (build-system gnu-build-system)
     ;; parts of the tests rely on access to the network
     (arguments '(#:tests? #f))



reply via email to

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