me
/
guix
Archived
1
0
Fork 0

gnu: r-viridis: Update to 0.6.2.

* gnu/packages/statistics.scm (r-viridis): Update to 0.6.2.
master
Ricardo Wurmus 2021-11-01 20:44:54 +00:00
parent af55b6c7f5
commit e49de81b3d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4050,13 +4050,13 @@ memory usage.")
(define-public r-viridis
(package
(name "r-viridis")
(version "0.6.1")
(version "0.6.2")
(source (origin
(method url-fetch)
(uri (cran-uri "viridis" version))
(sha256
(base32
"1fyax36ycjiypcnxhrv58pq67qv03vfg4lx822d38jpjly54q128"))))
"048kwhbhd49g86cq11fl7vm0whwhjl5gs9xjn040lwcjv78qrdb9"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ggplot2" ,r-ggplot2)