1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-11 23:50:33 +02:00

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

View File

@@ -1833,14 +1833,14 @@ variables.")
(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