guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

25/39: gnu: r-dose: Update to 3.28.2.


From: guix-commits
Subject: 25/39: gnu: r-dose: Update to 3.28.2.
Date: Fri, 15 Dec 2023 11:48:47 -0500 (EST)

rekado pushed a commit to branch r-updates
in repository guix.

commit 0d5917604cb64ebf9abb88cde4592e76c9fab644
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 15 17:47:40 2023 +0100

    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
---
 gnu/packages/bioconductor.scm | 9 ++++-----
 1 file 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/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]