gnu: r-farver: Update to 2.0.3.
* gnu/packages/cran.scm (r-farver): Update to 2.0.3.master
parent
105639ce33
commit
93e63562fb
|
@ -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")
|
||||||
|
|
Reference in New Issue