mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: r-ggstance: Update to 0.3.5.
* gnu/packages/cran.scm (r-ggstance): Update to 0.3.5.
This commit is contained in:
parent
9a2fc8f0c1
commit
e2604812e0
1 changed files with 2 additions and 2 deletions
|
@ -8184,13 +8184,13 @@ (define-public r-abctools
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue