~ruther/guix-local

b767cee2866c911e2b833c7df545a9a0ebd347b3 — Ricardo Wurmus a month ago e52a3bf
gnu: r-ggsci: Update to 4.2.0.

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

Change-Id: I3781e129d1b06b41313554afb2baf480277c6322
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +2 -2
@@ 25235,14 25235,14 @@ Sequence logos can easily be combined with other ggplot2 plots.")
(define-public r-ggsci
  (package
    (name "r-ggsci")
    (version "4.1.0")
    (version "4.2.0")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "ggsci" version))
       (sha256
        (base32
         "0m9qcmj2jaw6ham42rmd0xlajc6i57xm0wwlfjjl5cqif2lkliqr"))))
         "0a1725b5ma749f03mxd8pschgnc88m42fkvq2xh538a5j4gqlnf2"))))
    (build-system r-build-system)
    (propagated-inputs
     (list r-ggplot2 r-rlang r-scales))