me
/
guix
Archived
1
0
Fork 0

gnu: r-ggplotify: Update to 0.0.8.

* gnu/packages/cran.scm (r-ggplotify): Update to 0.0.8.
Ricardo Wurmus 2021-08-04 15:35:39 +02:00
parent ab14e917fe
commit 36d82a325e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -16982,14 +16982,14 @@ package.")
(define-public r-ggplotify
(package
(name "r-ggplotify")
(version "0.0.7")
(version "0.0.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggplotify" version))
(sha256
(base32
"1vx2fg91ivssrxr4kzs9737hr8bsfs0q5pvd7lck7ffjpkjbclhh"))))
"08c9vxm8pg6l5g3r7wsfgzsq00xdrc6v4xnn7pd3qcyw7cc8s969"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ggplot2" ,r-ggplot2)