guix-commits
[Top][All Lists]
Advanced

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

137/296: gnu: r-rots: Update to 1.16.0.


From: guix-commits
Subject: 137/296: gnu: r-rots: Update to 1.16.0.
Date: Fri, 12 Jun 2020 19:30:04 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ee73dea61b0c3992e0feedad9f036fde0b9120cb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 00:13:47 2020 +0200

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



reply via email to

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