me
/
guix
Archived
1
0
Fork 0

gnu: r-farver: Update to 2.0.3.

* gnu/packages/cran.scm (r-farver): Update to 2.0.3.
master
Ricardo Wurmus 2020-01-27 16:29:25 +01:00
parent 105639ce33
commit 93e63562fb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -14055,14 +14055,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.0.1") (version "2.0.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "farver" version)) (uri (cran-uri "farver" version))
(sha256 (sha256
(base32 (base32
"0aq1hk561pz3s3lpay1adwsihha6mxp7zbj4n1m6307g34awlhhn")))) "1k75v07dsfkjra2gsgxg9s55cw3b46b1nh960kqphq7cg7gr058f"))))
(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")