me
/
guix
Archived
1
0
Fork 0

gnu: r-ggplot2: Update to 3.4.4.

* gnu/packages/statistics.scm (r-ggplot2): Update to 3.4.4.

Change-Id: Ia21a38da8fdbcefaa6521a6843c4431b0d1ff47d
Ricardo Wurmus 2023-10-25 13:51:04 +02:00
parent fda8b9e8de
commit bf3ec59b29
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -1252,13 +1252,13 @@ using just two functions: melt and dcast (or acast).")
(define-public r-ggplot2
(package
(name "r-ggplot2")
(version "3.4.3")
(version "3.4.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggplot2" version))
(sha256
(base32 "0hx5j47y2fxrcg4fxavyn5jjycpwkmsiqsjh6kj7nwp7dg79mqjw"))))
(base32 "0iiywrzv8j0npasvzgkxwhw0zqisf4xmpx06jl0lsq1ybl3fqxid"))))
(build-system r-build-system)
(propagated-inputs
(list r-cli
@ -1268,10 +1268,10 @@ using just two functions: melt and dcast (or acast).")
r-lifecycle
r-mass
r-mgcv
r-tibble
r-rlang
r-scales
r-svglite ; Needed for 'ggsave'
r-tibble
r-vctrs
r-withr))
(native-inputs