summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-08-10 12:20:07 +0200
committerRicardo Wurmus <rekado@elephly.net>2022-08-10 15:44:24 +0200
commit5464de5328878312ae309976c5dffbe085c1e42a (patch)
treebed81a5cc8b982e0841bb10ecb304862f86f3072
parent1a95e6b0f6f1967d2eaa442beab9162e230e7658 (diff)
downloadguix-5464de5328878312ae309976c5dffbe085c1e42a.tar.gz
gnu: r-farver: Update to 2.1.1.
* gnu/packages/cran.scm (r-farver): Update to 2.1.1.
-rw-r--r--gnu/packages/cran.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 420ac7143f..d080fd11d0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18821,14 +18821,14 @@ consists of @code{grid} grobs and viewports that can then be manipulated with
 (define-public r-farver
   (package
     (name "r-farver")
-    (version "2.1.0")
+    (version "2.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "farver" version))
        (sha256
         (base32
-         "1x6ffwxqbrwlylnk995jz2a6nz2y9z59jaq0ncpni7q40w367j75"))))
+         "1klnr73fhm7n46q85in1v9gi99y6rcdzzg4h4wvnbx23lxndmkqd"))))
     (build-system r-build-system)
     (home-page "https://github.com/thomasp85/farver")
     (synopsis "Vectorized color conversion and comparison")