guix-commits
[Top][All Lists]
Advanced

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

54/324: gnu: r-category: Update to 2.58.0.


From: guix-commits
Subject: 54/324: gnu: r-category: Update to 2.58.0.
Date: Sat, 5 Jun 2021 03:14:40 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 336107c13d5fed79f50bb6df8d0658263ce7d266
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:49:42 2021 +0200

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



reply via email to

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