guix-commits
[Top][All Lists]
Advanced

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

16/296: gnu: r-category: Update to 2.54.0.


From: guix-commits
Subject: 16/296: gnu: r-category: Update to 2.54.0.
Date: Fri, 12 Jun 2020 19:29:25 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit be414286bcb2e209faee8ad89e37b2d252b12433
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jun 12 16:00:17 2020 +0200

    gnu: r-category: Update to 2.54.0.
    
    * gnu/packages/bioinformatics.scm (r-category): Update to 2.54.0.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 3a305fe..8ffcab9 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7142,14 +7142,14 @@ Enrichment Analysis} (GSEA).")
 (define-public r-category
   (package
     (name "r-category")
-    (version "2.52.1")
+    (version "2.54.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Category" version))
        (sha256
         (base32
-         "0ga0ij9hyzsxa5pavwmv35i8xggia2wygrk4m4z8an0qcvgy3v5g"))))
+         "1grspdzk5a4vidnxwcd1jmy1vcn494aydsp3vydx235yv7iqac1b"))))
     (properties `((upstream-name . "Category")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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