guix-commits
[Top][All Lists]
Advanced

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

249/265: gnu: r-enrichplot: Update to 1.6.0.


From: guix-commits
Subject: 249/265: gnu: r-enrichplot: Update to 1.6.0.
Date: Sun, 15 Dec 2019 09:40:47 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 0654a9bc3bd07d8ddd6f337400a77c5c95726b85
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:35:45 2019 +0100

    gnu: r-enrichplot: Update to 1.6.0.
    
    * gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.6.0.
    [propagated-inputs]: Remove r-upsetr.
---
 gnu/packages/bioconductor.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 65fbb70..2a38311 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3359,14 +3359,14 @@ data.")
 (define-public r-enrichplot
   (package
     (name "r-enrichplot")
-    (version "1.4.0")
+    (version "1.6.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "enrichplot" version))
        (sha256
         (base32
-         "1i9psakvvdc6jn7k7zwpbdhwvf9r8s7649w05mwh1hy978x4rh6h"))))
+         "1jblx00b869xhx1c4n9m2g1hqr00rm9ywr1hrlx42bdd8k5ax1xh"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-annotationdbi" ,r-annotationdbi)
@@ -3382,8 +3382,7 @@ data.")
        ("r-igraph" ,r-igraph)
        ("r-purrr" ,r-purrr)
        ("r-rcolorbrewer" ,r-rcolorbrewer)
-       ("r-reshape2" ,r-reshape2)
-       ("r-upsetr" ,r-upsetr)))
+       ("r-reshape2" ,r-reshape2)))
     (home-page "https://github.com/GuangchuangYu/enrichplot";)
     (synopsis "Visualization of functional enrichment result")
     (description



reply via email to

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