guix-commits
[Top][All Lists]
Advanced

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

01/40: gnu: r-dose: Update to 3.10.2.


From: guix-commits
Subject: 01/40: gnu: r-dose: Update to 3.10.2.
Date: Fri, 28 Jun 2019 19:34:54 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit aff3ecbfda62c39fe3414565b6366621b9aef978
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jun 29 01:18:54 2019 +0200

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



reply via email to

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