guix-commits
[Top][All Lists]
Advanced

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

216/224: gnu: r-dose: Update to 3.30.1.


From: guix-commits
Subject: 216/224: gnu: r-dose: Update to 3.30.1.
Date: Wed, 17 Jul 2024 17:19:13 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0ee810eb3b1dc0047241b510a3f366c0e81c14d7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jul 3 02:40:01 2024 +0200

    gnu: r-dose: Update to 3.30.1.
    
    * gnu/packages/bioconductor.scm (r-dose): Update to 3.30.1.
    
    Change-Id: I7839680a6cc3b11083c61c05c392435b985bd522
---
 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 404a295552..7b11a235ff 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -16196,14 +16196,14 @@ to multiple hypothesis correction.")
 (define-public r-dose
   (package
     (name "r-dose")
-    (version "3.30.0")
+    (version "3.30.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "DOSE" version))
        (sha256
         (base32
-         "0hwbl3kcbjpjpdnqcq3ilk2qz3g87nybgv3kyd8fmh935jm66v6s"))))
+         "1kyrr1xxcif45ynyq4wsv2247bjily5sgzn17m1g3ypw2hkqcj53"))))
     (properties `((upstream-name . "DOSE")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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