guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: pigx-chipseq: Update to 0.0.43.


From: guix-commits
Subject: branch master updated: gnu: pigx-chipseq: Update to 0.0.43.
Date: Wed, 19 Aug 2020 06:13:50 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6e5be7f  gnu: pigx-chipseq: Update to 0.0.43.
6e5be7f is described below

commit 6e5be7ffad7bd28a4b5f89c831a69ef07ced3638
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Aug 19 12:11:51 2020 +0200

    gnu: pigx-chipseq: Update to 0.0.43.
    
    * gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.43.
---
 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 58d848d..7c5f9c8 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -12971,7 +12971,7 @@ expression report comparing samples in an easily 
configurable manner.")
 (define-public pigx-chipseq
   (package
     (name "pigx-chipseq")
-    (version "0.0.42")
+    (version "0.0.43")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://github.com/BIMSBbioinfo/pigx_chipseq/";
@@ -12979,7 +12979,7 @@ expression report comparing samples in an easily 
configurable manner.")
                                   "/pigx_chipseq-" version ".tar.gz"))
               (sha256
                (base32
-                "0xbvgqpk32a8iczhvac56cacr46rdkqb0allhhpvmj940idf72bi"))))
+                "0426i31b7mqqkbss5dgrvf5prkj4z1qrd7yrpd27vybs01xhdlks"))))
     (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]