guix-commits
[Top][All Lists]
Advanced

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

53/265: gnu: r-rots: Update to 1.14.0.


From: guix-commits
Subject: 53/265: gnu: r-rots: Update to 1.14.0.
Date: Sun, 15 Dec 2019 09:40:02 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 9c071144a85280443e05c14edbde5aa15a1e5a68
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 14:36:44 2019 +0100

    gnu: r-rots: Update to 1.14.0.
    
    * gnu/packages/bioconductor.scm (r-rots): 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 c6cb1d4..e5e8b4a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1894,14 +1894,14 @@ information.")
 (define-public r-rots
   (package
     (name "r-rots")
-    (version "1.12.0")
+    (version "1.14.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ROTS" version))
        (sha256
         (base32
-         "1j29pfyv2pn0wp544m5a568b3yd31kzavwwiwqylcjwvq5lfzy77"))))
+         "08mwlb0lpprys2b7vif8aj5bnprmn09mm79zz158gbhrv9j9d1qm"))))
     (properties `((upstream-name . "ROTS")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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