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.52.


From: guix-commits
Subject: branch master updated: gnu: pigx-chipseq: Update to 0.0.52.
Date: Mon, 17 May 2021 12:47:49 -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 48b8a5e  gnu: pigx-chipseq: Update to 0.0.52.
48b8a5e is described below

commit 48b8a5e7019e932e4959a9f57665513711023278
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 17 18:42:23 2021 +0200

    gnu: pigx-chipseq: Update to 0.0.52.
    
    * gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.52.
---
 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 7da5d54..6581dd6 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -11884,7 +11884,7 @@ expression report comparing samples in an easily 
configurable manner.")
 (define-public pigx-chipseq
   (package
     (name "pigx-chipseq")
-    (version "0.0.51")
+    (version "0.0.52")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://github.com/BIMSBbioinfo/pigx_chipseq/";
@@ -11892,7 +11892,7 @@ expression report comparing samples in an easily 
configurable manner.")
                                   "/pigx_chipseq-" version ".tar.gz"))
               (sha256
                (base32
-                "0bb6hzpl0qq0jd57pgd1m5ns547rfipr6071a4m12vxlm4nlpi5q"))))
+                "097cvc8kr3r1nq0sgjpirzmixwjl074qp4qq3sx4ngfqi06af6r9"))))
     (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]