guix-commits
[Top][All Lists]
Advanced

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

168/215: gnu: r-fgsea: Update to 1.10.0.


From: guix-commits
Subject: 168/215: gnu: r-fgsea: Update to 1.10.0.
Date: Sun, 5 May 2019 18:16:01 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ebffd24c10a5617d17d359510e1352287b38d24b
Author: Ricardo Wurmus <address@hidden>
Date:   Mon May 6 00:02:34 2019 +0200

    gnu: r-fgsea: Update to 1.10.0.
    
    * gnu/packages/bioconductor.scm (r-fgsea): Update to 1.10.0.
    [propagated-inputs]: Add r-bh.
---
 gnu/packages/bioconductor.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 62965e9..e7150a7 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2854,17 +2854,18 @@ phenotype of interest.")
 (define-public r-fgsea
   (package
     (name "r-fgsea")
-    (version "1.8.0")
+    (version "1.10.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "fgsea" version))
        (sha256
         (base32
-         "0cxxvlmg340l5l5fz4abbwppiri0ibg4navvq5k3wg511mz8ma2q"))))
+         "07mvv1i690q80fm8sxgdqxchamn76409vn91ppgcck2xpi6b8q6c"))))
     (build-system r-build-system)
     (propagated-inputs
-     `(("r-biocparallel" ,r-biocparallel)
+     `(("r-bh" ,r-bh)
+       ("r-biocparallel" ,r-biocparallel)
        ("r-data-table" ,r-data-table)
        ("r-fastmatch" ,r-fastmatch)
        ("r-ggplot2" ,r-ggplot2)



reply via email to

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