guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 244/457: gnu: r-fgsea: Update to 1.24.0.
Date: Thu, 24 Nov 2022 06:37:16 -0500 (EST)

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

commit 11b8f6caf0b52262e55fb27fe7538aa233607728
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 4a8b0ef407..9402a06b77 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -10431,22 +10431,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]