[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: pigx-chipseq: Update to 0.0.15.
From: |
Ricardo Wurmus |
Subject: |
01/01: gnu: pigx-chipseq: Update to 0.0.15. |
Date: |
Fri, 27 Apr 2018 09:27:05 -0400 (EDT) |
rekado pushed a commit to branch rhel6
in repository guix.
commit 13e3221cec3ae77efd93e85a5e9ec0a56f87ec90
Author: Ricardo Wurmus <address@hidden>
Date: Sun Apr 22 22:59:46 2018 +0200
gnu: pigx-chipseq: Update to 0.0.15.
* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.15.
---
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 141f4af..1768aad 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -12739,7 +12739,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/"
@@ -12747,7 +12747,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