diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-05-26 10:39:23 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-05-26 10:56:52 +0200 |
commit | 164cb4da63b929e1b89928fc721a20f912cdd1f0 (patch) | |
tree | f1755ca09409544d677d1a90c44024f7269d6255 /gnu | |
parent | 0607f890888d1212ed1005c067bab3e4b9759812 (diff) | |
download | gnu-guix-164cb4da63b929e1b89928fc721a20f912cdd1f0.tar gnu-guix-164cb4da63b929e1b89928fc721a20f912cdd1f0.tar.gz |
gnu: pigx-chipseq: Update to 0.0.41.
* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.41.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 8aba7f1c5f..352b7ab72a 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -12603,7 +12603,7 @@ expression report comparing samples in an easily configurable manner.") (define-public pigx-chipseq (package (name "pigx-chipseq") - (version "0.0.40") + (version "0.0.41") (source (origin (method url-fetch) (uri (string-append "https://github.com/BIMSBbioinfo/pigx_chipseq/" @@ -12611,7 +12611,7 @@ expression report comparing samples in an easily configurable manner.") "/pigx_chipseq-" version ".tar.gz")) (sha256 (base32 - "0y9x62cfwzhsp82imnawyamxp58bcb00yjxdy44spylqnjdlsaj8")))) + "0akbxdmsjsq5fzbwaap04hqjpsfgv1l6yrc2pwgbya1xgqvcq6vy")))) (build-system gnu-build-system) ;; parts of the tests rely on access to the network (arguments '(#:tests? #f)) |