gnu: r-ggpp: Update to 0.5.6.

* gnu/packages/cran.scm (r-ggpp): Update to 0.5.6.

Change-Id: Ib9a5bb2ff59381f301f481e189a196706cdbb928
This commit is contained in:
Ricardo Wurmus 2024-01-11 11:45:19 +01:00
parent e007e93b63
commit 2383da330d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2269,14 +2269,14 @@ (define-public r-ggalluvial
(define-public r-ggpp
(package
(name "r-ggpp")
(version "0.5.5")
(version "0.5.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggpp" version))
(sha256
(base32
"0nysan87vgy0pbcks3bychm84zcwx9pf4p250b45ghimhvxh5cvm"))))
"0xnjbxd1lkg85c2hsx7cgxqsqb3dc0pma8jwdlqfgg7d519d60xa"))))
(properties `((upstream-name . "ggpp")))
(build-system r-build-system)
(propagated-inputs