Archived
1
0
Fork 0

gnu: r-farver: Update to 2.1.1.

* gnu/packages/cran.scm (r-farver): Update to 2.1.1.
This commit is contained in:
Ricardo Wurmus 2022-08-10 12:20:07 +02:00
parent 1a95e6b0f6
commit 5464de5328
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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