guix-commits
[Top][All Lists]
Advanced

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

73/89: gnu: r-category: Update to 2.44.0.


From: Ricardo Wurmus
Subject: 73/89: gnu: r-category: Update to 2.44.0.
Date: Tue, 7 Nov 2017 02:45:01 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 2404cc4283a501959ea2902e91c61d7b4813a2ee
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Nov 6 21:49:51 2017 +0100

    gnu: r-category: Update to 2.44.0.
    
    * gnu/packages/bioinformatics.scm (r-category): Update to 2.44.0.
    [propagated-inputs]: Remove r-rsqlite; add r-dbi.
---
 gnu/packages/bioinformatics.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 517cf27..c2d38f2 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5911,14 +5911,14 @@ Enrichment Analysis} (GSEA).")
 (define-public r-category
   (package
     (name "r-category")
-    (version "2.42.1")
+    (version "2.44.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Category" version))
        (sha256
         (base32
-         "1w186nhc85bglcgmbcrsdbb8l6rph21pl5kdwjqwkp0jnr9z0ifn"))))
+         "0mkav04vbla0xfa0dssxdd0rjs589sxi83xklf5iq5hj3dm8y0i8"))))
     (properties `((upstream-name . "Category")))
     (build-system r-build-system)
     (propagated-inputs
@@ -5931,7 +5931,7 @@ Enrichment Analysis} (GSEA).")
        ("r-gseabase" ,r-gseabase)
        ("r-matrix" ,r-matrix)
        ("r-rbgl" ,r-rbgl)
-       ("r-rsqlite" ,r-rsqlite)))
+       ("r-dbi" ,r-dbi)))
     (home-page "https://bioconductor.org/packages/Category";)
     (synopsis "Category analysis")
     (description



reply via email to

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