gnu: r-viridislite: Update to 0.3.0.
* gnu/packages/statistics.scm (r-viridislite): Update to 0.3.0.
This commit is contained in:
parent
9604af890d
commit
be8db0a0ab
|
@ -3548,14 +3548,14 @@ most common form of color blindness.")
|
||||||
(define-public r-viridislite
|
(define-public r-viridislite
|
||||||
(package
|
(package
|
||||||
(name "r-viridislite")
|
(name "r-viridislite")
|
||||||
(version "0.2.0")
|
(version "0.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "viridisLite" version))
|
(uri (cran-uri "viridisLite" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1546h44ng4dxs130jkh6lkh990hmp90m1w45sq5p47n546gr0k9d"))))
|
"1by2l05f0yabwvv64lhnv7bbhx0w683s3wr9j2xda920ghpa23kq"))))
|
||||||
(properties `((upstream-name . "viridisLite")))
|
(properties `((upstream-name . "viridisLite")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://github.com/sjmgarnier/viridisLite")
|
(home-page "https://github.com/sjmgarnier/viridisLite")
|
||||||
|
|
Loading…
Reference in New Issue