guix-commits
[Top][All Lists]
Advanced

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

73/353: gnu: r-rcas: Update to 1.20.0.


From: guix-commits
Subject: 73/353: gnu: r-rcas: Update to 1.20.0.
Date: Thu, 4 Nov 2021 18:13:56 -0400 (EDT)

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

commit dbac08ba9063fc60c4338d934b3caf1879b23c36
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 22:04:07 2021 +0000

    gnu: r-rcas: Update to 1.20.0.
    
    * gnu/packages/bioconductor.scm (r-rcas): Update to 1.20.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 cb54051..162d1e1 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3813,13 +3813,13 @@ the graph algorithms contained in the Boost library.")
 (define-public r-rcas
   (package
     (name "r-rcas")
-    (version "1.18.0")
+    (version "1.20.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "RCAS" version))
               (sha256
                (base32
-                "0l92v870ndna8zjqwzf22fb9vyhkh6942v4gaiqr1yc4qr521p5p"))))
+                "02zwz7c8ljmdcfxj54xns0a31sj616x63q63wxhxa1nb4dhgmvk7"))))
     (properties `((upstream-name . "RCAS")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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