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


From: guix-commits
Subject: branch master updated: gnu: pigx-chipseq: Update to 0.0.42.
Date: Tue, 14 Apr 2020 08:12:40 -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 fba62f8  gnu: pigx-chipseq: Update to 0.0.42.
fba62f8 is described below

commit fba62f8e926dc91e52b24376dc938f3ed6f17006
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Tue Apr 14 14:07:57 2020 +0200

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