gnu: r-farver: Update to 2.0.1.

* gnu/packages/cran.scm (r-farver): Update to 2.0.1.
[propagated-inputs]: Remove r-rcpp.
This commit is contained in:
Ricardo Wurmus 2019-11-14 08:22:22 +01:00
parent f72874fe26
commit f4061505dc
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -13807,16 +13807,15 @@ (define-public r-gridgraphics
(define-public r-farver (define-public r-farver
(package (package
(name "r-farver") (name "r-farver")
(version "1.1.0") (version "2.0.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
"1dllgx121al374gyp9pjv1m8ip4imm8zhbgyh1970dsz2c4z71i0")))) "0aq1hk561pz3s3lpay1adwsihha6mxp7zbj4n1m6307g34awlhhn"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs `(("r-rcpp" ,r-rcpp)))
(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")
(description (description