rekado pushed a commit to branch master
in repository guix.
commit e2604812e0bcb13e00276d62d69d54090ab4eea0
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Jan 20 17:09:35 2021 +0100
gnu: r-ggstance: Update to 0.3.5.
* gnu/packages/cran.scm (r-ggstance): Update to 0.3.5.
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 807595d..141bd82 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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)