gnu: r-ggsci: Update to 3.0.0.

* gnu/packages/cran.scm (r-ggsci): Update to 3.0.0.
[native-inputs]: Add r-knitr.
This commit is contained in:
Ricardo Wurmus 2023-03-19 14:44:24 +01:00
parent 88e8116f1e
commit ea825b9dc6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11361,17 +11361,18 @@ Sequence logos can easily be combined with other ggplot2 plots.")
(define-public r-ggsci
(package
(name "r-ggsci")
(version "2.9")
(version "3.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggsci" version))
(sha256
(base32
"0g73x6grbka7ahjh6z23m3wrcifp5rdfdiasbl8lq4sp6rplxwaa"))))
"0ag1cj4ycl5xmll8mqmmikyvq94l8yx96pb8m2i853yp2rjk20c9"))))
(build-system r-build-system)
(propagated-inputs
(list r-ggplot2 r-scales))
(native-inputs (list r-knitr))
(home-page "https://nanx.me/ggsci/")
(synopsis "Scientific journal and sci-fi themed color palettes for ggplot2")
(description