mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-ggh4x: Update to 0.2.2.
* gnu/packages/cran.scm (r-ggh4x): Update to 0.2.2. [propagated-inputs]: Add r-cli and r-lifecycle.
This commit is contained in:
parent
f41628ed86
commit
8435311ea6
1 changed files with 9 additions and 3 deletions
|
@ -34424,18 +34424,24 @@ (define-public r-varhandle
|
|||
(define-public r-ggh4x
|
||||
(package
|
||||
(name "r-ggh4x")
|
||||
(version "0.2.1")
|
||||
(version "0.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggh4x" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1r49yfm5fqv5s7jb92ad6rf8hd9plcry6f500czjhnhhrp16cqfp"))))
|
||||
"11mskrby3gyjhkvnkcwl2ar1bdh4h45y48dfnm4kzgc7nwvdl3ia"))))
|
||||
(properties `((upstream-name . "ggh4x")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-ggplot2 r-gtable r-rlang r-scales r-vctrs))
|
||||
(list r-cli
|
||||
r-ggplot2
|
||||
r-gtable
|
||||
r-lifecycle
|
||||
r-rlang
|
||||
r-scales
|
||||
r-vctrs))
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
(home-page "https://github.com/teunbrand/ggh4x")
|
||||
|
|
Loading…
Reference in a new issue