me
/
guix
Archived
1
0
Fork 0

gnu: r-ggsci: Update to 3.2.0.

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

Change-Id: I63cc511eb753dd049f7cca934f39834fac0c4531
master
Ricardo Wurmus 2024-07-02 14:58:38 +02:00
parent 9063b84d5d
commit da5469fbf3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -14529,14 +14529,14 @@ Sequence logos can easily be combined with other ggplot2 plots.")
(define-public r-ggsci (define-public r-ggsci
(package (package
(name "r-ggsci") (name "r-ggsci")
(version "3.0.3") (version "3.2.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ggsci" version)) (uri (cran-uri "ggsci" version))
(sha256 (sha256
(base32 (base32
"1m806aqp97pp57i6dl5ykmfhd4lvd1gpamzghks8fx1nksh935mx")))) "0jiwkk2ij1qnsaqr6354wihj057ia1arrfpjpll00x63056fvn21"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-ggplot2 r-scales)) (list r-ggplot2 r-scales))