mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-viridis: Update to 0.4.0.
* gnu/packages/statistics.scm (r-viridis): Update to 0.4.0. [propagated-inputs]: Add "r-viridislite".
This commit is contained in:
parent
b5d5344f32
commit
7a8efc81f8
1 changed files with 4 additions and 3 deletions
|
@ -3520,17 +3520,18 @@ (define-public r-matrixstats
|
||||||
(define-public r-viridis
|
(define-public r-viridis
|
||||||
(package
|
(package
|
||||||
(name "r-viridis")
|
(name "r-viridis")
|
||||||
(version "0.3.4")
|
(version "0.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "viridis" version))
|
(uri (cran-uri "viridis" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1a9hqn2pccpc51vh8ghw698ni6xzdnp8v0n8kgjh51nlz5hhc87j"))))
|
"03mha2935k1mw7mjjkq7mrx185hl0m3vq3967iiwbknpivbdxllk"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-ggplot2" ,r-ggplot2)
|
`(("r-ggplot2" ,r-ggplot2)
|
||||||
("r-gridextra" ,r-gridextra)))
|
("r-gridextra" ,r-gridextra)
|
||||||
|
("r-viridislite" ,r-viridislite)))
|
||||||
(home-page "https://github.com/sjmgarnier/viridis")
|
(home-page "https://github.com/sjmgarnier/viridis")
|
||||||
(synopsis "Matplotlib default color map")
|
(synopsis "Matplotlib default color map")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue