~ruther/guix-local

d38f1e50135063e32f176116d6143c70bb1fc02d — Ricardo Wurmus 2 years ago 612a24a
gnu: r-ggvenndiagram: Update to 1.5.0.

* gnu/packages/cran.scm (r-ggvenndiagram): Update to 1.5.0.
[propagated-inputs]: Remove r-tidyr; add r-venn and r-yulab-utils.

Change-Id: Ic065aaf5f8e62f8c1f23e6c845dde88bbc682f69
1 files changed, 4 insertions(+), 3 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +4 -3
@@ 2440,14 2440,14 @@ scale-sensitive information.")
(define-public r-ggvenndiagram
  (package
    (name "r-ggvenndiagram")
    (version "1.4.9")
    (version "1.5.0")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "ggVennDiagram" version))
       (sha256
        (base32
         "1nf4prkpciy1q1ix7chy0ymk5d3dlxxb53c29pg6yjp3py0hiw2h"))))
         "0ngvvmz2mxh4v98wg3xqpmz1p1cpk3qsdvszcjzb1yhhway211a5"))))
    (properties `((upstream-name . "ggVennDiagram")))
    (build-system r-build-system)
    (propagated-inputs


@@ 2456,7 2456,8 @@ scale-sensitive information.")
           r-forcats
           r-ggplot2
           r-tibble
           r-tidyr))
           r-venn
           r-yulab-utils))
    (native-inputs (list r-knitr))
    (home-page "https://github.com/gaospecial/ggVennDiagram")
    (synopsis "Implementention of the Venn diagram using ggplot2")