mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-viridis: Update to 0.6.2.
* gnu/packages/statistics.scm (r-viridis): Update to 0.6.2.
This commit is contained in:
parent
af55b6c7f5
commit
e49de81b3d
1 changed files with 2 additions and 2 deletions
|
@ -4050,13 +4050,13 @@ (define-public r-matrixstats
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue