guix-commits
[Top][All Lists]
Advanced

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

246/449: DRAFT gnu: r-enrichplot: Update to 1.18.0.


From: guix-commits
Subject: 246/449: DRAFT gnu: r-enrichplot: Update to 1.18.0.
Date: Tue, 22 Nov 2022 15:47:33 -0500 (EST)

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

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

    DRAFT gnu: r-enrichplot: Update to 1.18.0.
    
    * gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.18.0.
    [propagated-inputs]: Add r-ggnewscale.
---
 gnu/packages/bioconductor.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index b9ef304735..d188743f93 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -10457,20 +10457,21 @@ data.")
 (define-public r-enrichplot
   (package
     (name "r-enrichplot")
-    (version "1.16.2")
+    (version "1.18.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "enrichplot" version))
        (sha256
         (base32
-         "0qh7bci3rn6y2fl45izrdb62jcm6j0zxxg4pyp4mvvgjvka5lnss"))))
+         "1yymk83wfb3cxm4za1f0fdzsgbyg1s5zn2hfha8wcv9g5alk1dy6"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-aplot
            r-dose
            r-ggplot2
            r-ggraph
+           r-ggnewscale
            r-ggtree
            r-gosemsim
            r-igraph
@@ -10479,6 +10480,7 @@ data.")
            r-purrr
            r-rcolorbrewer
            r-reshape2
+           ;;r-rlang ;recommended
            r-scatterpie
            r-shadowtext
            r-yulab-utils))



reply via email to

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