mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-viridis: Update to 0.6.1.
* gnu/packages/statistics.scm (r-viridis): Update to 0.6.1.
This commit is contained in:
parent
20ab7a023c
commit
e88fef1f43
1 changed files with 2 additions and 2 deletions
|
@ -3685,13 +3685,13 @@ (define-public r-matrixstats
|
||||||
(define-public r-viridis
|
(define-public r-viridis
|
||||||
(package
|
(package
|
||||||
(name "r-viridis")
|
(name "r-viridis")
|
||||||
(version "0.6.0")
|
(version "0.6.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "viridis" version))
|
(uri (cran-uri "viridis" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vr5s86h39r86pfxyh3pylpwhf2chdy047ny63v04f576w4hxarp"))))
|
"1fyax36ycjiypcnxhrv58pq67qv03vfg4lx822d38jpjly54q128"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-ggplot2" ,r-ggplot2)
|
`(("r-ggplot2" ,r-ggplot2)
|
||||||
|
|
Loading…
Reference in a new issue