me
/
guix
Archived
1
0
Fork 0

gnu: r-ggpp: Update to 0.4.4.

* gnu/packages/cran.scm (r-ggpp): Update to 0.4.4.
master
Ricardo Wurmus 2022-04-11 18:01:03 +02:00
parent bfeafc8b1d
commit c63d9495ab
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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