guix-commits
[Top][All Lists]
Advanced

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

15/296: gnu: r-gseabase: Update to 1.50.1.


From: guix-commits
Subject: 15/296: gnu: r-gseabase: Update to 1.50.1.
Date: Fri, 12 Jun 2020 19:29:24 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit a8613ff861fb821e9d064eccc9ec6232194b1cb0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jun 12 15:59:58 2020 +0200

    gnu: r-gseabase: Update to 1.50.1.
    
    * gnu/packages/bioinformatics.scm (r-gseabase): Update to 1.50.1.
    [native-inputs]: Add r-knitr.
---
 gnu/packages/bioinformatics.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index c8cf536..3a305fe 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7113,14 +7113,14 @@ the graph algorithms contained in the Boost library.")
 (define-public r-gseabase
   (package
     (name "r-gseabase")
-    (version "1.48.0")
+    (version "1.50.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "GSEABase" version))
        (sha256
         (base32
-         "0kcb90sxlf19d5dxhdbqk9x62svky4262cccl0wxarbq6gf3bd57"))))
+         "1k4faj53cwvqijad8cf7fcghzxcv9shlbpl8n73bsncc8k192y2j"))))
     (properties `((upstream-name . "GSEABase")))
     (build-system r-build-system)
     (propagated-inputs
@@ -7130,6 +7130,8 @@ the graph algorithms contained in the Boost library.")
        ("r-biocgenerics" ,r-biocgenerics)
        ("r-graph" ,r-graph)
        ("r-xml" ,r-xml)))
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
     (home-page "https://bioconductor.org/packages/GSEABase";)
     (synopsis "Gene set enrichment data structures and methods")
     (description



reply via email to

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