gnu: r-ggsci: Update to 5.0.0.

* gnu/packages/cran.scm (r-ggsci): Update to 5.0.0.

Change-Id: I1b3fbb96f16e719718c9438481b2cb739b79a3a6
This commit is contained in:
Ricardo Wurmus
2026-04-20 16:07:46 +02:00
parent b50e848f19
commit 64fc90e531

View File

@@ -27819,14 +27819,14 @@ Sequence logos can easily be combined with other ggplot2 plots.")
(define-public r-ggsci
(package
(name "r-ggsci")
(version "4.2.0")
(version "5.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggsci" version))
(sha256
(base32
"0a1725b5ma749f03mxd8pschgnc88m42fkvq2xh538a5j4gqlnf2"))))
"1y1y3lz2cp02dn5c4l8nsfn4cji7q6djghp84npgiq3ps4pdc76l"))))
(build-system r-build-system)
(propagated-inputs
(list r-ggplot2 r-rlang r-scales))