guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: pigx-chipseq: Update to 0.0.31.


From: guix-commits
Subject: 01/01: gnu: pigx-chipseq: Update to 0.0.31.
Date: Sat, 2 Mar 2019 16:05:36 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c335df433fe890612521e51b2a12f313c5ba17c5
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Mar 2 22:04:53 2019 +0100

    gnu: pigx-chipseq: Update to 0.0.31.
    
    * gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.31.
---
 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 23976ce..982cb7a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -12902,7 +12902,7 @@ expression report comparing samples in an easily 
configurable manner.")
 (define-public pigx-chipseq
   (package
     (name "pigx-chipseq")
-    (version "0.0.21")
+    (version "0.0.31")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://github.com/BIMSBbioinfo/pigx_chipseq/";
@@ -12910,7 +12910,7 @@ expression report comparing samples in an easily 
configurable manner.")
                                   "/pigx_chipseq-" version ".tar.gz"))
               (sha256
                (base32
-                "0psgdzlnx5xwhlhpss5yvmnl7yv19y9742l97m04f7awd8w74gxs"))))
+                "0l3vd9xwqzap3mmyj8xwqp84kj7scbq308diqnwg2albphl75xqs"))))
     (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]