Skip to content
Snippets Groups Projects
Unverified Commit f4061505 authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: r-farver: Update to 2.0.1.

* gnu/packages/cran.scm (r-farver): Update to 2.0.1.
[propagated-inputs]: Remove r-rcpp.
parent f72874fe
No related branches found
No related tags found
No related merge requests found
......@@ -13807,16 +13807,15 @@ (define-public r-gridgraphics
(define-public r-farver
(package
(name "r-farver")
(version "1.1.0")
(version "2.0.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "farver" version))
(sha256
(base32
"1dllgx121al374gyp9pjv1m8ip4imm8zhbgyh1970dsz2c4z71i0"))))
"0aq1hk561pz3s3lpay1adwsihha6mxp7zbj4n1m6307g34awlhhn"))))
(build-system r-build-system)
(propagated-inputs `(("r-rcpp" ,r-rcpp)))
(home-page "https://github.com/thomasp85/farver")
(synopsis "Vectorized color conversion and comparison")
(description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment