me
/
guix
Archived
1
0
Fork 0

gnu: r-ggpp: Update to 0.5.2.

* gnu/packages/cran.scm (r-ggpp): Update to 0.5.2.
master
Ricardo Wurmus 2023-04-06 17:32:35 +02:00
parent 0a696c002d
commit a5e3a4869d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1833,14 +1833,14 @@ variables.")
(define-public r-ggpp
(package
(name "r-ggpp")
(version "0.5.1")
(version "0.5.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggpp" version))
(sha256
(base32
"0cbv09gvwrxj5k8ffh4v537cf4hx3z2zgs8yy0ssglslibfgd3ka"))))
"0w93427hyiihddsdr6q962gfl01b06yxchi3x3dinfb8mf1m5qmk"))))
(properties `((upstream-name . "ggpp")))
(build-system r-build-system)
(propagated-inputs