guix-commits
[Top][All Lists]
Advanced

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

71/79: gnu: r-dose: Update to 3.26.1.


From: guix-commits
Subject: 71/79: gnu: r-dose: Update to 3.26.1.
Date: Tue, 9 May 2023 09:27:19 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f7642f34d061796adce20a1c327acfdeaa586ab3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 9 15:23:55 2023 +0200

    gnu: r-dose: Update to 3.26.1.
    
    * gnu/packages/bioconductor.scm (r-dose): Update to 3.26.1.
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 8fe1f5c7a7..a76291570c 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -12934,14 +12934,14 @@ to multiple hypothesis correction.")
 (define-public r-dose
   (package
     (name "r-dose")
-    (version "3.26.0")
+    (version "3.26.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "DOSE" version))
        (sha256
         (base32
-         "0bkvb6w4nrak1qa77mf3srs4j9rfwk635kmnvm61k3s0l83cgkj7"))))
+         "1whvgzw8p0nm3kchdndrxj4x3fhmq0vgbz77d54sqq1qri4j35qx"))))
     (properties `((upstream-name . "DOSE")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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