mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: r-ggformula: Update to 0.9.3.
* gnu/packages/cran.scm (r-ggformula): Update to 0.9.3. [propagated-inputs]: Add r-ggforce.
This commit is contained in:
parent
0048894f33
commit
f0e83d6856
1 changed files with 4 additions and 3 deletions
|
@ -7188,16 +7188,17 @@ (define-public r-mosaiccore
|
|||
(define-public r-ggformula
|
||||
(package
|
||||
(name "r-ggformula")
|
||||
(version "0.9.2")
|
||||
(version "0.9.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggformula" version))
|
||||
(sha256
|
||||
(base32 "16ycabhnp78fsiv1dc63ccgh9gmpsy2683vbmq0fdzl6w3pd87sr"))))
|
||||
(base32 "1bpsfp9hx001r91pxfiwgxcn5vw5bl1gclb865wz6g9l0jqjfk2p"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-ggplot2" ,r-ggplot2)
|
||||
`(("r-ggforce" ,r-ggforce)
|
||||
("r-ggplot2" ,r-ggplot2)
|
||||
("r-ggstance" ,r-ggstance)
|
||||
("r-magrittr" ,r-magrittr)
|
||||
("r-mosaiccore" ,r-mosaiccore)
|
||||
|
|
Loading…
Reference in a new issue