guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: r-category: Update to 2.48.1.


From: guix-commits
Subject: 03/06: gnu: r-category: Update to 2.48.1.
Date: Wed, 20 Mar 2019 17:50:17 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0adb6f207b3f2f7bd4252f82b69f06bc5b14d01e
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Mar 20 22:32:17 2019 +0100

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



reply via email to

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