guix-commits
[Top][All Lists]
Advanced

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

245/449: gnu: r-dose: Update to 3.24.1.


From: guix-commits
Subject: 245/449: gnu: r-dose: Update to 3.24.1.
Date: Tue, 22 Nov 2022 15:47:33 -0500 (EST)

rekado pushed a commit to branch wip-bioconductor
in repository guix.

commit d2aa6ccfa06e51a374df57e9b38536fbf45e9d20
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:20 2022 +0100

    gnu: r-dose: Update to 3.24.1.
    
    * gnu/packages/bioconductor.scm (r-dose): Update to 3.24.1.
    [propagated-inputs]: Remove r-do-db.  Add r-hdo-db.
---
 gnu/packages/bioconductor.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 643a2200ad..b9ef304735 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -10422,23 +10422,23 @@ to multiple hypothesis correction.")
 (define-public r-dose
   (package
     (name "r-dose")
-    (version "3.22.1")
+    (version "3.24.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "DOSE" version))
        (sha256
         (base32
-         "1mch26kddrhhzgi4bssnyy7bvdhprrncmvxl6zn1cq7g07p5765i"))))
+         "1ai42pnd8s8ws6y9nlq5d858w2rp8gfw2vpndslspj4q8gc4dbb1"))))
     (properties `((upstream-name . "DOSE")))
     (build-system r-build-system)
     (propagated-inputs
      (list r-annotationdbi
            r-biocparallel
-           r-do-db
            r-fgsea
            r-ggplot2
            r-gosemsim
+           r-hdo-db
            r-qvalue
            r-reshape2))
     (native-inputs



reply via email to

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