summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-11-14 08:22:22 +0100
committerRicardo Wurmus <rekado@elephly.net>2019-11-14 10:14:08 +0100
commitf4061505dc0e0bddae82cb7a47d6afb0ae11a493 (patch)
tree7298bf92dc9c1d9362d9433a994f7c255890df25 /gnu
parentf72874fe2685c08dc4008abb049984d305951566 (diff)
downloadguix-f4061505dc0e0bddae82cb7a47d6afb0ae11a493.tar.gz
gnu: r-farver: Update to 2.0.1.
* gnu/packages/cran.scm (r-farver): Update to 2.0.1.
[propagated-inputs]: Remove r-rcpp.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm5
1 files changed, 2 insertions, 3 deletions
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