summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-12-15 17:47:40 +0100
committerRicardo Wurmus <rekado@elephly.net>2023-12-15 17:47:40 +0100
commit0d5917604cb64ebf9abb88cde4592e76c9fab644 (patch)
tree7b92ddec602a4713f9d969b3292345bab2f99b09
parentcff731dae525dd0cfe768a756e4b9aec55bca988 (diff)
gnu: r-dose: Update to 3.28.2.
* gnu/packages/bioconductor.scm (r-dose): Update to 3.28.2. [propagated-inputs]: Remove r-hpo-db and r-mpo-db; add r-yulab-utils. Change-Id: Ia29d318cac9b1e261fb89fc4d15f8b40ec3583f3
-rw-r--r--gnu/packages/bioconductor.scm9
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 86b11ddf44..4b7f939319 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -15113,14 +15113,14 @@ to multiple hypothesis correction.")
(define-public r-dose
(package
(name "r-dose")
- (version "3.28.0")
+ (version "3.28.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "DOSE" version))
(sha256
(base32
- "1xirazskw2d0fllyf27jvsm69amcil1znx81m9d613vl03dpwswy"))))
+ "0kk4l8cxyvcq4cjjnb59zajf4ci0igml13582qqn8123cqkbf8pf"))))
(properties `((upstream-name . "DOSE")))
(build-system r-build-system)
(propagated-inputs
@@ -15130,10 +15130,9 @@ to multiple hypothesis correction.")
r-ggplot2
r-gosemsim
r-hdo-db
- r-hpo-db
- r-mpo-db
r-qvalue
- r-reshape2))
+ r-reshape2
+ r-yulab-utils))
(native-inputs
(list r-knitr))
(home-page "https://guangchuangyu.github.io/software/DOSE/")