gnu: r-ggpp: Update to 0.5.7.

* gnu/packages/cran.scm (r-ggpp): Update to 0.5.7.
[propagated-inputs]: Add r-vctrs.

Change-Id: Ib8e2ddcdd38a943183fa349eabdeef8db625566f
This commit is contained in:
Ricardo Wurmus 2024-05-07 22:17:28 +02:00
parent e76b664a36
commit 80ead87638
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2489,14 +2489,14 @@ (define-public r-ggalluvial
(define-public r-ggpp
(package
(name "r-ggpp")
(version "0.5.6")
(version "0.5.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggpp" version))
(sha256
(base32
"0xnjbxd1lkg85c2hsx7cgxqsqb3dc0pma8jwdlqfgg7d519d60xa"))))
"0gd8dbcja4qjwjh414mp2xf8hnjlrp4zm4ac8j59kqxzpwxv8n04"))))
(properties `((upstream-name . "ggpp")))
(build-system r-build-system)
(propagated-inputs
@ -2512,6 +2512,7 @@ (define-public r-ggpp
r-scales
r-stringr
r-tibble
r-vctrs
r-xts
r-zoo))
(native-inputs