guix-commits
[Top][All Lists]
Advanced

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

27/119: gnu: r-catalyst: Update to 1.16.1.


From: guix-commits
Subject: 27/119: gnu: r-catalyst: Update to 1.16.1.
Date: Sat, 10 Jul 2021 16:31:45 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 564142d25eeb08cd06be4112d7ad26f909d4d5f4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jul 10 13:26:10 2021 +0200

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



reply via email to

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