me
/
guix
Archived
1
0
Fork 0

gnu: r-ggsci: Update to 3.0.2.

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

Change-Id: I0b241d7bf9dd12c14a687e8a9132db1ac7bb71a9
master
Ricardo Wurmus 2024-03-19 14:43:24 +01:00
parent c0649e8d3f
commit 471686e07c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -13772,14 +13772,14 @@ Sequence logos can easily be combined with other ggplot2 plots.")
(define-public r-ggsci
(package
(name "r-ggsci")
(version "3.0.1")
(version "3.0.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggsci" version))
(sha256
(base32
"030rkjx64mlhy19d74p3blsi92nyjq9vbn33323dvm1rihb8avgi"))))
"0qasxv3aliqqmfi3nk3140lrbcrw4lbfw5hm65hfkgf5a3bkca67"))))
(build-system r-build-system)
(propagated-inputs
(list r-ggplot2 r-scales))