summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-11-30 16:52:32 +0100
committerRicardo Wurmus <rekado@elephly.net>2017-11-30 17:28:18 +0100
commit058644c0f2dff63f070307001492466646eedc64 (patch)
tree8f5478477d74f4c6c825893b85de7d919b89482f /gnu
parent654c29acebcf158c5b1031b0abdebb2e94517fa1 (diff)
downloadpatches-058644c0f2dff63f070307001492466646eedc64.tar
patches-058644c0f2dff63f070307001492466646eedc64.tar.gz
gnu: r-deseq2: Update to 1.18.1.
* gnu/packages/bioinformatics.scm (r-deseq2): Update to 1.18.1.
Diffstat (limited to 'gnu')
-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 8a735fe92d..3df051e127 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5977,14 +5977,14 @@ high-throughput sequencing experiments.")
(define-public r-deseq2
(package
(name "r-deseq2")
- (version "1.18.0")
+ (version "1.18.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "DESeq2" version))
(sha256
(base32
- "1hcxnkkjfvz4hj8iqidshwsjq7jnl1z7wj63dvcwlx1zx5aichyh"))))
+ "1iyimg1s0x5pdmvl8x08s8h0v019y0nhjzs50chagbpk2x91fsmv"))))
(properties `((upstream-name . "DESeq2")))
(build-system r-build-system)
(propagated-inputs