guix-commits
[Top][All Lists]
Advanced

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

313/324: gnu: r-catalyst: Update to 1.16.0.


From: guix-commits
Subject: 313/324: gnu: r-catalyst: Update to 1.16.0.
Date: Sat, 5 Jun 2021 03:16:09 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8ad54dc134542ac1a9b6806da5e027a603e4653e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:50:15 2021 +0200

    gnu: r-catalyst: Update to 1.16.0.
    
    * gnu/packages/bioconductor.scm (r-catalyst): 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 cfa294e..a65b018 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -12831,14 +12831,14 @@ relevant, and the minimum expression of the most 
abundant condition.")
 (define-public r-catalyst
   (package
     (name "r-catalyst")
-    (version "1.14.1")
+    (version "1.16.0")
     (source
       (origin
         (method url-fetch)
         (uri (bioconductor-uri "CATALYST" version))
         (sha256
           (base32
-            "04b5kcvkfiw4ina11x3qf5kwrb7056zihm7xp1919bqm8k7nl3mn"))))
+            "1lzi3wylx94k3gmfw5lsqh3cvg485ik3n5xd51jllczgavwvki16"))))
     (properties `((upstream-name . "CATALYST")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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