mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
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 @@ (define-public r-glue
|
|||
(define-public r-paletteer
|
||||
(package
|
||||
(name "r-paletteer")
|
||||
(version "1.4.1")
|
||||
(version "1.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "paletteer" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vj945cgpfhmbd98mcj167mgshghv32dxh8m4ngxs6i4q4y5blm7"))))
|
||||
"1mm0k651356cjasv7wibscw82m1k8mwpp4xafpv66dsq24h28ikl"))))
|
||||
(properties `((upstream-name . "paletteer")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-prismatic r-rematch2 r-rlang r-rstudioapi))
|
||||
|
|
Loading…
Reference in a new issue