guix-commits
[Top][All Lists]
Advanced

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

169/215: gnu: r-dose: Update to 3.10.0.


From: guix-commits
Subject: 169/215: gnu: r-dose: Update to 3.10.0.
Date: Sun, 5 May 2019 18:16:01 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1990ff9d10b8aa2765ea2e27df16189f11312c41
Author: Ricardo Wurmus <address@hidden>
Date:   Mon May 6 00:02:46 2019 +0200

    gnu: r-dose: Update to 3.10.0.
    
    * gnu/packages/bioconductor.scm (r-dose): Update to 3.10.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 e7150a7..a04ea3c 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2884,14 +2884,14 @@ to multiple hypothesis correction.")
 (define-public r-dose
   (package
     (name "r-dose")
-    (version "3.8.2")
+    (version "3.10.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "DOSE" version))
        (sha256
         (base32
-         "1gh7dhvfc71kawxcfx8xqlir7mwvg5mmz4lqrdrvw5knvi2h3mfa"))))
+         "0dvhnfhzhhzcxm8zhdwrkif7sak4p888sjqfd3a0p77h0hs6g8pv"))))
     (properties `((upstream-name . "DOSE")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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