gnu: r-ggstance: Update to 0.3.4.
* gnu/packages/cran.scm (r-ggstance): Update to 0.3.4.
This commit is contained in:
parent
cded01f52d
commit
a3202c7f57
1 changed files with 2 additions and 2 deletions
|
@ -7205,13 +7205,13 @@ and coverage methods to tune the choice of threshold.")
|
||||||
(define-public r-ggstance
|
(define-public r-ggstance
|
||||||
(package
|
(package
|
||||||
(name "r-ggstance")
|
(name "r-ggstance")
|
||||||
(version "0.3.3")
|
(version "0.3.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ggstance" version))
|
(uri (cran-uri "ggstance" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0kdksay61hyb6612b07r84chh7a9aibjyclk3qcypvr9aang8hkh"))))
|
(base32 "0aqz3dn02cgij018a4sglqwrwr9dzzj12l8xr1064q7hfd4f64m1"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-ggplot2" ,r-ggplot2)
|
`(("r-ggplot2" ,r-ggplot2)
|
||||||
|
|
Reference in a new issue