me
/
guix
Archived
1
0
Fork 0

gnu: r-paletteer: Update to 1.6.0.

* gnu/packages/cran.scm (r-paletteer): Update to 1.6.0.

Change-Id: Iff3c0636541bf3deb7a50706a62a44331a77e820
master
Ricardo Wurmus 2024-01-23 08:26:10 +01:00
parent 704b793d82
commit e7aee059ad
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6147,13 +6147,13 @@ some utility functions.")
(define-public r-paletteer
(package
(name "r-paletteer")
(version "1.5.0")
(version "1.6.0")
(source (origin
(method url-fetch)
(uri (cran-uri "paletteer" version))
(sha256
(base32
"1mm0k651356cjasv7wibscw82m1k8mwpp4xafpv66dsq24h28ikl"))))
"1n4jim2fgyff6c5mjridq92jgvr5m2qgwfsgvhyj1pwk1hq21pmm"))))
(properties `((upstream-name . "paletteer")))
(build-system r-build-system)
(propagated-inputs (list r-prismatic r-rematch2 r-rlang r-rstudioapi))