me
/
guix
Archived
1
0
Fork 0

gnu: r-viridis: Update to 0.6.0.

* gnu/packages/statistics.scm (r-viridis): Update to 0.6.0.
master
Ricardo Wurmus 2021-05-04 07:13:23 +02:00
parent 2fbdb15669
commit 0ad98a178b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3680,13 +3680,13 @@ memory usage.")
(define-public r-viridis
(package
(name "r-viridis")
(version "0.5.1")
(version "0.6.0")
(source (origin
(method url-fetch)
(uri (cran-uri "viridis" version))
(sha256
(base32
"060rf1jn29dq53y3nhb0hykvcap6rqsk04rq544ypiiqb18ngwnx"))))
"1vr5s86h39r86pfxyh3pylpwhf2chdy047ny63v04f576w4hxarp"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ggplot2" ,r-ggplot2)