gnu: r-ggplot2: Update to 3.5.0.

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

Change-Id: I65435f9ddb69a9c62c79edd4eadd8c3d601251c6
This commit is contained in:
Ricardo Wurmus 2024-02-26 12:25:14 +01:00
parent 0277cc6c0d
commit bf7a7af1a4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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