mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-ggformula: Update to 0.12.0.
* gnu/packages/cran.scm (r-ggformula): Update to 0.12.0. [propagated-inputs]: Remove r-ggforce, r-ggstance, and r-magrittr. Change-Id: Id40e2857d46d3f99393f0bd86179d612c2a01a75
This commit is contained in:
parent
5abfb1d49f
commit
33cc9d235e
1 changed files with 3 additions and 6 deletions
|
@ -15196,21 +15196,18 @@ (define-public r-labelled
|
||||||
(define-public r-ggformula
|
(define-public r-ggformula
|
||||||
(package
|
(package
|
||||||
(name "r-ggformula")
|
(name "r-ggformula")
|
||||||
(version "0.10.4")
|
(version "0.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ggformula" version))
|
(uri (cran-uri "ggformula" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "07d9sq0dqi0g5x9h58icfk1f4hgg1xz4mhbp2z2rxg9qgs74fvdj"))))
|
(base32 "0vbpivyxms46px3wqkbl1wq199mqdxq94gsiplv4i7lz0lzghsfm"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-ggforce
|
(list r-ggplot2
|
||||||
r-ggplot2
|
|
||||||
r-ggridges
|
r-ggridges
|
||||||
r-ggstance
|
|
||||||
r-labelled
|
r-labelled
|
||||||
r-magrittr
|
|
||||||
r-mosaiccore
|
r-mosaiccore
|
||||||
r-rlang
|
r-rlang
|
||||||
r-scales
|
r-scales
|
||||||
|
|
Loading…
Reference in a new issue