Archived
1
0
Fork 0

gnu: r-ggplot2: Update to 3.4.3.

* gnu/packages/statistics.scm (r-ggplot2): Update to 3.4.3.
This commit is contained in:
Ricardo Wurmus 2023-08-28 11:02:13 +02:00
parent 4a49a89b09
commit 05044a5446
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1247,13 +1247,13 @@ using just two functions: melt and dcast (or acast).")
(define-public r-ggplot2 (define-public r-ggplot2
(package (package
(name "r-ggplot2") (name "r-ggplot2")
(version "3.4.2") (version "3.4.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ggplot2" version)) (uri (cran-uri "ggplot2" version))
(sha256 (sha256
(base32 "1jl3a9z668zjb2p2c01rxpgmjs5gc9gkxn8xqi7q8vrc1akhl8vh")))) (base32 "0hx5j47y2fxrcg4fxavyn5jjycpwkmsiqsjh6kj7nwp7dg79mqjw"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-cli (list r-cli