rekado pushed a commit to branch wip-r
in repository guix.
commit 7ac075871dd7b19955fc37c8f8729d959747d0d1
Author: zimoun <[email protected]>
AuthorDate: Fri Oct 30 15:57:43 2020 +0100
gnu: r-dexseq: Update to 1.36.0.
* gnu/packages/bioinformatics.scm (r-dexseq): Update to 1.36.0.
---
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 0a74018..1bd46ee 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7073,14 +7073,14 @@ distribution.")
(define-public r-dexseq
(package
(name "r-dexseq")
- (version "1.34.1")
+ (version "1.36.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "DEXSeq" version))
(sha256
(base32
- "1m03awaw06mfv5gszq23k5apsqqzjqa5rcwp20y4xbpl7bywpsyl"))))
+ "0wfjb42xcr4wjy8a654b74411dky8hp6sp8xdwf0sxqgsxy106qi"))))
(properties `((upstream-name . "DEXSeq")))
(build-system r-build-system)
(propagated-inputs