diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-11-30 16:52:46 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-11-30 17:28:19 +0100 |
commit | d259932ca8b07c23dcdcc96c4cfc3a2a9c2d056b (patch) | |
tree | 78fe67f1a613c5566004e1a787a9dec5df7272e3 | |
parent | 058644c0f2dff63f070307001492466646eedc64 (diff) | |
download | guix-d259932ca8b07c23dcdcc96c4cfc3a2a9c2d056b.tar.gz |
gnu: r-dexseq: Update to 1.24.1.
* gnu/packages/bioinformatics.scm (r-dexseq): Update to 1.24.1.
-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 3df051e127..9b391347cc 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -6014,14 +6014,14 @@ distribution.") (define-public r-dexseq (package (name "r-dexseq") - (version "1.24.0") + (version "1.24.1") (source (origin (method url-fetch) (uri (bioconductor-uri "DEXSeq" version)) (sha256 (base32 - "0qxwnz2ffhav9slcn095k206cfza9i3i5l7w1154plf08gpy1d1d")))) + "1hwckj4ijgpdchbakvh60nmcaz4fwd5yplhn0880z3dnlsrp8ik3")))) (properties `((upstream-name . "DEXSeq"))) (build-system r-build-system) (propagated-inputs |