me
/
guix
Archived
1
0
Fork 0

gnu: r-ggstance: Update to 0.3.5.

* gnu/packages/cran.scm (r-ggstance): Update to 0.3.5.
master
Ricardo Wurmus 2021-01-20 17:09:35 +01:00
parent 9a2fc8f0c1
commit e2604812e0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8184,13 +8184,13 @@ and coverage methods to tune the choice of threshold.")
(define-public r-ggstance
(package
(name "r-ggstance")
(version "0.3.4")
(version "0.3.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggstance" version))
(sha256
(base32 "0aqz3dn02cgij018a4sglqwrwr9dzzj12l8xr1064q7hfd4f64m1"))))
(base32 "0jz9vvnmcc6a38n8nzr458r65sna23bgn5r8mxdhzdlyqibihr7d"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ggplot2" ,r-ggplot2)