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
(package
(name "r-ggsci")
(version "3.0.3")
(version "3.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggsci" version))
(sha256
(base32
"1m806aqp97pp57i6dl5ykmfhd4lvd1gpamzghks8fx1nksh935mx"))))
"0jiwkk2ij1qnsaqr6354wihj057ia1arrfpjpll00x63056fvn21"))))
(build-system r-build-system)
(propagated-inputs
(list r-ggplot2 r-scales))