mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
f72874fe26
commit
f4061505dc
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue