guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

65/122: gnu: r-farver: Update to 2.1.1.


From: guix-commits
Subject: 65/122: gnu: r-farver: Update to 2.1.1.
Date: Wed, 10 Aug 2022 07:52:00 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit 3b28e756ae728b10e180a02b24f9ca00948a8eba
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Aug 10 12:20:07 2022 +0200

    gnu: r-farver: Update to 2.1.1.
    
    * gnu/packages/cran.scm (r-farver): Update to 2.1.1.
---
 gnu/packages/cran.scm | 4 ++--
 1 file 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]