3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-ggpp: Update to 0.5.0.

* gnu/packages/cran.scm (r-ggpp): Update to 0.5.0.
This commit is contained in:
Ricardo Wurmus 2022-12-19 17:07:15 +01:00
parent 9035903370
commit deaffeb197
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1369,14 +1369,14 @@ variables.")
(define-public r-ggpp
(package
(name "r-ggpp")
(version "0.4.5")
(version "0.5.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggpp" version))
(sha256
(base32
"02inwvfz2zxsj7bq0nz11c5spnyaf8zhjnlfllpwfjfy46qrx2p9"))))
"0zmxnzsdmwv9v77fifgiknalwif59261kslq8848x1xch8f82l77"))))
(properties `((upstream-name . "ggpp")))
(build-system r-build-system)
(propagated-inputs