gnu: r-ggpp: Update to 0.5.2.

* gnu/packages/cran.scm (r-ggpp): Update to 0.5.2.
This commit is contained in:
Ricardo Wurmus 2023-04-06 17:32:35 +02:00 committed by Maxim Cournoyer
parent 32e1c7f27b
commit 2ca2d52acd
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1833,14 +1833,14 @@ (define-public r-ggalluvial
(define-public r-ggpp
(package
(name "r-ggpp")
(version "0.5.1")
(version "0.5.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggpp" version))
(sha256
(base32
"0cbv09gvwrxj5k8ffh4v537cf4hx3z2zgs8yy0ssglslibfgd3ka"))))
"0w93427hyiihddsdr6q962gfl01b06yxchi3x3dinfb8mf1m5qmk"))))
(properties `((upstream-name . "ggpp")))
(build-system r-build-system)
(propagated-inputs