guix-commits
[Top][All Lists]
Advanced

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

129/139: gnu: r-dose: Update to 3.30.2.


From: guix-commits
Subject: 129/139: gnu: r-dose: Update to 3.30.2.
Date: Sat, 17 Aug 2024 15:56:55 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ad1acb8114aeb99e72bd0efb57f10b7d8ed906fe
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Aug 16 20:53:47 2024 +0200

    gnu: r-dose: Update to 3.30.2.
    
    * gnu/packages/bioconductor.scm (r-dose): Update to 3.30.2.
    
    Change-Id: Ic07fab82efcbda004d6c7ff21d4ed7b49cc426fb
---
 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 759f4d1056..e205f821f3 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.1")
+    (version "3.30.2")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "DOSE" version))
        (sha256
         (base32
-         "1kyrr1xxcif45ynyq4wsv2247bjily5sgzn17m1g3ypw2hkqcj53"))))
+         "1jf6l0ngmdz1lca2rcjg3rhi9qdrv1pzmn93wa09svi4glsfhy1h"))))
     (properties `((upstream-name . "DOSE")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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