guix-commits
[Top][All Lists]
Advanced

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

21/215: gnu: r-category: Update to 2.50.0.


From: guix-commits
Subject: 21/215: gnu: r-category: Update to 2.50.0.
Date: Sun, 5 May 2019 18:15:31 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4d88dbe6eb2b141f76e1221be9fc1512a7d709f6
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:27:50 2019 +0200

    gnu: r-category: Update to 2.50.0.
    
    * gnu/packages/bioinformatics.scm (r-category): Update to 2.50.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 f4916a8..93447c1 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6840,14 +6840,14 @@ Enrichment Analysis} (GSEA).")
 (define-public r-category
   (package
     (name "r-category")
-    (version "2.48.1")
+    (version "2.50.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Category" version))
        (sha256
         (base32
-         "18rsxlwa1l06i635cnznb9b2zssqcgb71pihky29gl2gwp7a654b"))))
+         "1n36xfnwn2np5f0lix9abvv9w6jb25jqz3xzvqzklz9s1af4k6x4"))))
     (properties `((upstream-name . "Category")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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