me
/
guix
Archived
1
0
Fork 0

gnu: r-ggsci: Update to 3.0.1.

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

Change-Id: I95c260015b909d2c6b8da4d853f2b1a528c4ef2e
master
Ricardo Wurmus 2024-03-05 14:37:35 +01:00
parent 72d66dfd07
commit 2668c97d55
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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