me
/
guix
Archived
1
0
Fork 0

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
master
Ricardo Wurmus 2024-01-17 23:09:45 +01:00
parent 612a24a7b8
commit d38f1e5013
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 3 deletions

View File

@ -2440,14 +2440,14 @@ scale-sensitive information.")
(define-public r-ggvenndiagram (define-public r-ggvenndiagram
(package (package
(name "r-ggvenndiagram") (name "r-ggvenndiagram")
(version "1.4.9") (version "1.5.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ggVennDiagram" version)) (uri (cran-uri "ggVennDiagram" version))
(sha256 (sha256
(base32 (base32
"1nf4prkpciy1q1ix7chy0ymk5d3dlxxb53c29pg6yjp3py0hiw2h")))) "0ngvvmz2mxh4v98wg3xqpmz1p1cpk3qsdvszcjzb1yhhway211a5"))))
(properties `((upstream-name . "ggVennDiagram"))) (properties `((upstream-name . "ggVennDiagram")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
@ -2456,7 +2456,8 @@ scale-sensitive information.")
r-forcats r-forcats
r-ggplot2 r-ggplot2
r-tibble r-tibble
r-tidyr)) r-venn
r-yulab-utils))
(native-inputs (list r-knitr)) (native-inputs (list r-knitr))
(home-page "https://github.com/gaospecial/ggVennDiagram") (home-page "https://github.com/gaospecial/ggVennDiagram")
(synopsis "Implementention of the Venn diagram using ggplot2") (synopsis "Implementention of the Venn diagram using ggplot2")