me
/
guix
Archived
1
0
Fork 0

gnu: r-ggplot2: Update to 3.4.1.

* gnu/packages/statistics.scm (r-ggplot2): Update to 3.4.1.
[propagated-inputs]: Remove r-digest.
master
Ricardo Wurmus 2023-03-19 14:44:45 +01:00
parent ce3909f5f2
commit b6776e8f57
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 3 deletions

View File

@ -1235,17 +1235,16 @@ using just two functions: melt and dcast (or acast).")
(define-public r-ggplot2
(package
(name "r-ggplot2")
(version "3.4.0")
(version "3.4.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggplot2" version))
(sha256
(base32 "0gj7n2y8msnmhk3x4r481biknvn2dqhahwazfqwr8f3lz599wbx8"))))
(base32 "113d5khg0lswrbwasavl2l5jgpcd3h519mcb5iq2cq0dz4rw66q4"))))
(build-system r-build-system)
(propagated-inputs
(list r-cli
r-digest
r-glue
r-gtable
r-isoband