guix-commits
[Top][All Lists]
Advanced

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

244/449: gnu: r-fgsea: Update to 1.24.0.


From: guix-commits
Subject: 244/449: gnu: r-fgsea: Update to 1.24.0.
Date: Tue, 22 Nov 2022 15:47:33 -0500 (EST)

rekado pushed a commit to branch wip-bioconductor
in repository guix.

commit 247e8338d2135b4e1113491b4d27c2c19ce1e699
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:20 2022 +0100

    gnu: r-fgsea: Update to 1.24.0.
    
    * gnu/packages/bioconductor.scm (r-fgsea): Update to 1.24.0.
    [propagated-inputs]: Remove r-gridextra.  Add r-cowplot.
---
 gnu/packages/bioconductor.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 43f6272934..643a2200ad 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -10390,22 +10390,22 @@ presence of additional sites within the allowed 
window size.")
 (define-public r-fgsea
   (package
     (name "r-fgsea")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "fgsea" version))
        (sha256
         (base32
-         "0innyggai6l4fpl4qrblzdc52vqw9jaszmip0yr1lv7rzwyl6mpg"))))
+         "1frl5mchbrgqyxxdlw76qqq5i8vv2fdmy8xl8h8c8cvvmlz393qk"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-bh
            r-biocparallel
+           r-cowplot
            r-data-table
            r-fastmatch
            r-ggplot2
-           r-gridextra
            r-matrix
            r-rcpp))
     (native-inputs



reply via email to

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