gnu: r-farver: Update to 2.1.0.

* gnu/packages/cran.scm (r-farver): Update to 2.1.0.
This commit is contained in:
Ricardo Wurmus 2021-03-09 21:40:23 +01:00
parent b96724c423
commit a5cfb3f330
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -16206,14 +16206,14 @@ consists of @code{grid} grobs and viewports that can then be manipulated with
(define-public r-farver
(package
(name "r-farver")
(version "2.0.3")
(version "2.1.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "farver" version))
(sha256
(base32
"1k75v07dsfkjra2gsgxg9s55cw3b46b1nh960kqphq7cg7gr058f"))))
"1x6ffwxqbrwlylnk995jz2a6nz2y9z59jaq0ncpni7q40w367j75"))))
(build-system r-build-system)
(home-page "https://github.com/thomasp85/farver")
(synopsis "Vectorized color conversion and comparison")