guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: r-dose: Update to 3.10.1.


From: guix-commits
Subject: 01/03: gnu: r-dose: Update to 3.10.1.
Date: Thu, 30 May 2019 07:43:24 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d1ee1540d4963e49861c60241596c5529c4d91a4
Author: Ricardo Wurmus <address@hidden>
Date:   Thu May 30 13:40:48 2019 +0200

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



reply via email to

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