mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-ggstance: Update to 0.3.3.
* gnu/packages/cran.scm (r-ggstance): Update to 0.3.3.
This commit is contained in:
parent
86e243a2e3
commit
b3aa0d2f96
1 changed files with 2 additions and 2 deletions
|
@ -6823,13 +6823,13 @@ (define-public r-abctools
|
||||||
(define-public r-ggstance
|
(define-public r-ggstance
|
||||||
(package
|
(package
|
||||||
(name "r-ggstance")
|
(name "r-ggstance")
|
||||||
(version "0.3.2")
|
(version "0.3.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ggstance" version))
|
(uri (cran-uri "ggstance" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "078ih9s5b0xzf582qg0vjnxvg5qad5ms1v2vdd062ckahi8zz1r8"))))
|
(base32 "0kdksay61hyb6612b07r84chh7a9aibjyclk3qcypvr9aang8hkh"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-ggplot2" ,r-ggplot2)
|
`(("r-ggplot2" ,r-ggplot2)
|
||||||
|
|
Loading…
Reference in a new issue