gnu: r-ggpp: Update to 0.5.5.

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

Change-Id: Ifaff1e48d8fd7f166d8ae9f70bdd0cfc099de3ca
This commit is contained in:
Ricardo Wurmus 2023-11-15 15:54:32 +01:00
parent 3b34ecaef9
commit a3341b68d4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -2201,14 +2201,14 @@ variables.")
(define-public r-ggpp
(package
(name "r-ggpp")
(version "0.5.4")
(version "0.5.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggpp" version))
(sha256
(base32
"05w74003jp7kprxxbni0plr7ydzyc5hzw8g39kn0qd4p7dksjpwr"))))
"0nysan87vgy0pbcks3bychm84zcwx9pf4p250b45ghimhvxh5cvm"))))
(properties `((upstream-name . "ggpp")))
(build-system r-build-system)
(propagated-inputs