diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-11-03 17:18:48 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-11-03 22:49:21 +0100 |
commit | 9dcb82f7e77c63ae232641bee009decfa36680ed (patch) | |
tree | 8fe046f2b4bd9a19459f3138f7f1d94aa2fed7ed | |
parent | 77f4a907b331ef6cd9858b9f4cb98319546cdcaf (diff) | |
download | guix-9dcb82f7e77c63ae232641bee009decfa36680ed.tar.gz guix-9dcb82f7e77c63ae232641bee009decfa36680ed.zip |
gnu: r-dose: Update to 3.28.0.
* gnu/packages/bioconductor.scm (r-dose): Update to 3.28.0.
[propagated-inputs]: Add r-hpo-db and r-mpo-db.
Change-Id: I6c64242cf13cd30274024727571dc0ae7cbc0c94
-rw-r--r-- | gnu/packages/bioconductor.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 939ac13be8..d45a5c61ee 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -14813,14 +14813,14 @@ to multiple hypothesis correction.") (define-public r-dose (package (name "r-dose") - (version "3.26.1") + (version "3.28.0") (source (origin (method url-fetch) (uri (bioconductor-uri "DOSE" version)) (sha256 (base32 - "1whvgzw8p0nm3kchdndrxj4x3fhmq0vgbz77d54sqq1qri4j35qx")))) + "1xirazskw2d0fllyf27jvsm69amcil1znx81m9d613vl03dpwswy")))) (properties `((upstream-name . "DOSE"))) (build-system r-build-system) (propagated-inputs @@ -14830,6 +14830,8 @@ to multiple hypothesis correction.") r-ggplot2 r-gosemsim r-hdo-db + r-hpo-db + r-mpo-db r-qvalue r-reshape2)) (native-inputs |