guix-commits
[Top][All Lists]
Advanced

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

250/265: gnu: r-dose: Update to 3.12.0.


From: guix-commits
Subject: 250/265: gnu: r-dose: Update to 3.12.0.
Date: Sun, 15 Dec 2019 09:40:47 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 166b3c2da65a30b38928129d86fc291243de5a57
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:35:59 2019 +0100

    gnu: r-dose: Update to 3.12.0.
    
    * gnu/packages/bioconductor.scm (r-dose): Update to 3.12.0.
---
 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 2a38311..37a22b6 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3325,14 +3325,14 @@ to multiple hypothesis correction.")
 (define-public r-dose
   (package
     (name "r-dose")
-    (version "3.10.2")
+    (version "3.12.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "DOSE" version))
        (sha256
         (base32
-         "06jm1mnfd92s84f21562vsmj6jfkravfqf4lcxx2lk7s4ll66znj"))))
+         "0ss8mr28q0vswxjmhcas0aqag5nl099jbyn5w3ypbbxqwfvf9jj5"))))
     (properties `((upstream-name . "DOSE")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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