gnu: r-paletteer: Update to 1.5.0.
* gnu/packages/cran.scm (r-paletteer): Update to 1.5.0.
This commit is contained in:
parent
63265ec416
commit
5a062d7004
1 changed files with 2 additions and 2 deletions
|
@ -4099,13 +4099,13 @@ Docstrings (PEP-0257) and Julia's Triple-Quoted String Literals.")
|
||||||
(define-public r-paletteer
|
(define-public r-paletteer
|
||||||
(package
|
(package
|
||||||
(name "r-paletteer")
|
(name "r-paletteer")
|
||||||
(version "1.4.1")
|
(version "1.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "paletteer" version))
|
(uri (cran-uri "paletteer" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vj945cgpfhmbd98mcj167mgshghv32dxh8m4ngxs6i4q4y5blm7"))))
|
"1mm0k651356cjasv7wibscw82m1k8mwpp4xafpv66dsq24h28ikl"))))
|
||||||
(properties `((upstream-name . "paletteer")))
|
(properties `((upstream-name . "paletteer")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-prismatic r-rematch2 r-rlang r-rstudioapi))
|
(propagated-inputs (list r-prismatic r-rematch2 r-rlang r-rstudioapi))
|
||||||
|
|
Reference in a new issue