diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-14 19:42:05 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:27:50 +0100 |
| commit | b767cee2866c911e2b833c7df545a9a0ebd347b3 (patch) | |
| tree | fd4a15fb09f585f1b7ae7d414183efeb3a5d9d43 /gnu | |
| parent | e52a3bf2f1b9014b0e2b59ca9878107a1968afe2 (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 0ff5981ba1..af7594aafe 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -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)) |
