guix-commits
[Top][All Lists]
Advanced

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

06/20: gnu: r-farver: Update to 2.1.2.


From: guix-commits
Subject: 06/20: gnu: r-farver: Update to 2.1.2.
Date: Mon, 13 May 2024 16:28:31 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 6d7d9513e3f2d20713f564c8b699589e99d7e8ab
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 13 21:59:52 2024 +0200

    gnu: r-farver: Update to 2.1.2.
    
    * gnu/packages/cran.scm (r-farver): Update to 2.1.2.
    
    Change-Id: Ic73015b3cd86c9cbaceedf6a721db8d6fe825c6c
---
 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 028d7b3fcf..cb4980999e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -24858,14 +24858,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.1")
+    (version "2.1.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "farver" version))
        (sha256
         (base32
-         "1klnr73fhm7n46q85in1v9gi99y6rcdzzg4h4wvnbx23lxndmkqd"))))
+         "09gy2wmm3jp2k3q6zbmjl6z55a974221q7vi6xhmdd5abnwj722j"))))
     (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]