guix-commits
[Top][All Lists]
Advanced

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

60/323: gnu: r-scone: Update to 1.14.0.


From: guix-commits
Subject: 60/323: gnu: r-scone: Update to 1.14.0.
Date: Mon, 7 Dec 2020 15:12:55 -0500 (EST)

rekado pushed a commit to branch wip-r
in repository guix.

commit d03682c6021f0240100d3320d89b62c262c2f628
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:49:51 2020 +0100

    gnu: r-scone: Update to 1.14.0.
    
    * gnu/packages/bioconductor.scm (r-scone): Update to 1.14.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 20338ee..97b9f55 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3165,14 +3165,14 @@ distributions.")
 (define-public r-scone
   (package
     (name "r-scone")
-    (version "1.12.0")
+    (version "1.14.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "scone" version))
        (sha256
         (base32
-         "12hcmbpncm0l1yxhm3sgkqqfri7s5qc46ikv5qcj8pw5a42rkx3g"))))
+         "1lnyxcrw3kn5gi3n59dwdhkqps58cjxfknsjsj53qz5rv8iiqz73"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-aroma-light" ,r-aroma-light)



reply via email to

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