guix-commits
[Top][All Lists]
Advanced

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

34/353: gnu: r-category: Update to 2.60.0.


From: guix-commits
Subject: 34/353: gnu: r-category: Update to 2.60.0.
Date: Thu, 4 Nov 2021 18:13:41 -0400 (EDT)

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

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

    gnu: r-category: Update to 2.60.0.
    
    * gnu/packages/bioconductor.scm (r-category): Update to 2.60.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 e922522..0408bd6 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2428,14 +2428,14 @@ genome data packages and support for efficient SNP 
representation.")
 (define-public r-category
   (package
     (name "r-category")
-    (version "2.58.0")
+    (version "2.60.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Category" version))
        (sha256
         (base32
-         "0f76pb7h8qc51mca5pq00m9p02sbkcj6ywfzli20qai2ykpfr71x"))))
+         "164zp4la9rqnp5vpn2y2p6plc5yxyk2kmn0z3d2flla54zc1b427"))))
     (properties `((upstream-name . "Category")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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