guix-commits
[Top][All Lists]
Advanced

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

132/215: gnu: r-rots: Update to 1.12.0.


From: guix-commits
Subject: 132/215: gnu: r-rots: Update to 1.12.0.
Date: Sun, 5 May 2019 18:15:54 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 5bf7eb49f60439b8efe260d4b2e06190c83eef69
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:56:36 2019 +0200

    gnu: r-rots: Update to 1.12.0.
    
    * gnu/packages/bioconductor.scm (r-rots): Update to 1.12.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 378ace7..5920f42 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1572,14 +1572,14 @@ information.")
 (define-public r-rots
   (package
     (name "r-rots")
-    (version "1.10.1")
+    (version "1.12.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ROTS" version))
        (sha256
         (base32
-         "1d5ggkk47xybcaizfy756qimbf2falg9cld46mhqjp3xfbfvzsg6"))))
+         "1j29pfyv2pn0wp544m5a568b3yd31kzavwwiwqylcjwvq5lfzy77"))))
     (properties `((upstream-name . "ROTS")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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