mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18: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
|
||||
(package
|
||||
(name "r-ggformula")
|
||||
(version "0.10.4")
|
||||
(version "0.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggformula" version))
|
||||
(sha256
|
||||
(base32 "07d9sq0dqi0g5x9h58icfk1f4hgg1xz4mhbp2z2rxg9qgs74fvdj"))))
|
||||
(base32 "0vbpivyxms46px3wqkbl1wq199mqdxq94gsiplv4i7lz0lzghsfm"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-ggforce
|
||||
r-ggplot2
|
||||
(list r-ggplot2
|
||||
r-ggridges
|
||||
r-ggstance
|
||||
r-labelled
|
||||
r-magrittr
|
||||
r-mosaiccore
|
||||
r-rlang
|
||||
r-scales
|
||||
|
|
Loading…
Reference in a new issue