me
/
guix
Archived
1
0
Fork 0

gnu: r-ggforce: Update to 0.4.1.

* gnu/packages/cran.scm (r-ggforce): Update to 0.4.1.
[propagated-inputs]: Add r-cli, r-systemfonts, and r-vctrs.
master
Ricardo Wurmus 2022-11-04 09:58:38 +01:00
parent 120b0ba7fa
commit 821f32087f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 3 deletions

View File

@ -19690,17 +19690,18 @@ sets of URLs.")
(define-public r-ggforce (define-public r-ggforce
(package (package
(name "r-ggforce") (name "r-ggforce")
(version "0.3.4") (version "0.4.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ggforce" version)) (uri (cran-uri "ggforce" version))
(sha256 (sha256
(base32 (base32
"0lshvdb5kx0k5w36pc7fy653cs98w17spbw8f0jw36xb80sipiv2")))) "0wqq8l7lq96k4w0vq12jcg7clvgia8s35jjbqq1s0py4cgxijhml"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-ggplot2 (list r-cli
r-ggplot2
r-gtable r-gtable
r-lifecycle r-lifecycle
r-mass r-mass
@ -19709,8 +19710,10 @@ sets of URLs.")
r-rcppeigen r-rcppeigen
r-rlang r-rlang
r-scales r-scales
r-systemfonts
r-tidyselect r-tidyselect
r-tweenr r-tweenr
r-vctrs
r-withr)) r-withr))
(home-page "https://ggforce.data-imaginist.com") (home-page "https://ggforce.data-imaginist.com")
(synopsis "Accelerating ggplot2") (synopsis "Accelerating ggplot2")