From f4061505dc0e0bddae82cb7a47d6afb0ae11a493 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 14 Nov 2019 08:22:22 +0100 Subject: gnu: r-farver: Update to 2.0.1. * gnu/packages/cran.scm (r-farver): Update to 2.0.1. [propagated-inputs]: Remove r-rcpp. --- gnu/packages/cran.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 95220064df..4bc94b990d 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -13807,16 +13807,15 @@ consists of @code{grid} grobs and viewports that can then be manipulated with (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 -- cgit v1.2.3