summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-04-22 22:59:46 +0200
committerRicardo Wurmus <rekado@elephly.net>2018-04-22 23:00:51 +0200
commit3d7f9cbe75918b8afb0353557cf8f4f1263def1c (patch)
tree46043638c8482099ca697d05ec8907f294c714b3
parent3ae45eb435121b89ba79c9aa0b9bdf21c0b18841 (diff)
downloadguix-3d7f9cbe75918b8afb0353557cf8f4f1263def1c.tar.gz
gnu: pigx-chipseq: Update to 0.0.15.
* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.15.
-rw-r--r--gnu/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index a060139755..3e93d94651 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -12822,7 +12822,7 @@ expression report comparing samples in an easily configurable manner.")
 (define-public pigx-chipseq
   (package
     (name "pigx-chipseq")
-    (version "0.0.10")
+    (version "0.0.15")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/BIMSBbioinfo/pigx_chipseq/"
@@ -12830,7 +12830,7 @@ expression report comparing samples in an easily configurable manner.")
                                   "/pigx_chipseq-" version ".tar.gz"))
               (sha256
                (base32
-                "13w99bkr0w4j28ms0yzpl1x6fkpdqay0vh495q3x20bcilsjwnf1"))))
+                "11v9v3vyda0sv4cl45nki7mm4v4bjfcdq7a70kcvi9h465nq66wg"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; parts of the tests rely on access to the network