diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-08-26 12:17:02 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-08-26 12:17:02 +0200 |
commit | af299323fcf2f27128c872de6db5907c51d126c4 (patch) | |
tree | 0f485383902f3d367a288ef432c0145a350193af /gnu/packages | |
parent | bd8e53d39e2e07b290636a277461459244c8dba8 (diff) | |
download | guix-af299323fcf2f27128c872de6db5907c51d126c4.tar.gz guix-af299323fcf2f27128c872de6db5907c51d126c4.zip |
gnu: r-dose: Update to 3.30.4.
* gnu/packages/bioconductor.scm (r-dose): Update to 3.30.4.
[propagated-inputs]: Remove r-hdo-db and r-yulab-utils.
Change-Id: Ia8ed1de853bd80ad4c482667c1b3547b113410ae
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bioconductor.scm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 88f0e58d5d..32d7c8b7db 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -16204,14 +16204,14 @@ to multiple hypothesis correction.") (define-public r-dose (package (name "r-dose") - (version "3.30.2") + (version "3.30.4") (source (origin (method url-fetch) (uri (bioconductor-uri "DOSE" version)) (sha256 (base32 - "1jf6l0ngmdz1lca2rcjg3rhi9qdrv1pzmn93wa09svi4glsfhy1h")))) + "07pljijlyp4labxg4q3kf6wq4acw6axyyw57k1bws3hcf4m1d92x")))) (properties `((upstream-name . "DOSE"))) (build-system r-build-system) (propagated-inputs @@ -16220,10 +16220,8 @@ to multiple hypothesis correction.") r-fgsea r-ggplot2 r-gosemsim - r-hdo-db r-qvalue - r-reshape2 - r-yulab-utils)) + r-reshape2)) (native-inputs (list r-knitr)) (home-page "https://guangchuangyu.github.io/software/DOSE/") |