summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-07-03 15:52:25 +0200
committerRicardo Wurmus <rekado@elephly.net>2018-07-03 16:20:28 +0200
commit29cbf8178f7fe97f42005f0d8b32f38c2caee041 (patch)
treea658aa6e27e538e22c30cc42d93d7ba262f5df0a
parent631bc3a6664ceb2801755b01f0a12ccc94727f4d (diff)
gnu: pigx-chipseq: Update to 0.0.20.
* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.20.
-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 f89c60b8cd1..c0ee641e885 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -12906,7 +12906,7 @@ expression report comparing samples in an easily configurable manner.")
12906(define-public pigx-chipseq 12906(define-public pigx-chipseq
12907 (package 12907 (package
12908 (name "pigx-chipseq") 12908 (name "pigx-chipseq")
12909 (version "0.0.17") 12909 (version "0.0.20")
12910 (source (origin 12910 (source (origin
12911 (method url-fetch) 12911 (method url-fetch)
12912 (uri (string-append "https://github.com/BIMSBbioinfo/pigx_chipseq/" 12912 (uri (string-append "https://github.com/BIMSBbioinfo/pigx_chipseq/"
@@ -12914,7 +12914,7 @@ expression report comparing samples in an easily configurable manner.")
12914 "/pigx_chipseq-" version ".tar.gz")) 12914 "/pigx_chipseq-" version ".tar.gz"))
12915 (sha256 12915 (sha256
12916 (base32 12916 (base32
12917 "1c0x5lswvc8v9fw4iynl5rcfs7h7clzp4hqdnl65ia7rk35n4zg9")))) 12917 "19a7dclqq0b4kqg3phiz4d4arlwfp34nm3z0rf1gkqdpsy7gghp3"))))
12918 (build-system gnu-build-system) 12918 (build-system gnu-build-system)
12919 ;; parts of the tests rely on access to the network 12919 ;; parts of the tests rely on access to the network
12920 (arguments '(#:tests? #f)) 12920 (arguments '(#:tests? #f))