gnu: r-ggpp: Update to 0.4.5.

* gnu/packages/cran.scm (r-ggpp): Update to 0.4.5.
This commit is contained in:
Ricardo Wurmus 2022-11-04 08:23:11 +01:00
parent 80a8b165f8
commit f197b56e7a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

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