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.master
parent
f41628ed86
commit
8435311ea6
|
@ -34424,18 +34424,24 @@ be efficient and easy to use.")
|
||||||
(define-public r-ggh4x
|
(define-public r-ggh4x
|
||||||
(package
|
(package
|
||||||
(name "r-ggh4x")
|
(name "r-ggh4x")
|
||||||
(version "0.2.1")
|
(version "0.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ggh4x" version))
|
(uri (cran-uri "ggh4x" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1r49yfm5fqv5s7jb92ad6rf8hd9plcry6f500czjhnhhrp16cqfp"))))
|
"11mskrby3gyjhkvnkcwl2ar1bdh4h45y48dfnm4kzgc7nwvdl3ia"))))
|
||||||
(properties `((upstream-name . "ggh4x")))
|
(properties `((upstream-name . "ggh4x")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(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
|
(native-inputs
|
||||||
(list r-knitr))
|
(list r-knitr))
|
||||||
(home-page "https://github.com/teunbrand/ggh4x")
|
(home-page "https://github.com/teunbrand/ggh4x")
|
||||||
|
|
Reference in New Issue