guix-commits
[Top][All Lists]
Advanced

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

29/50: gnu: r-farver: Update to 2.0.3.


From: guix-commits
Subject: 29/50: gnu: r-farver: Update to 2.0.3.
Date: Mon, 27 Jan 2020 10:33:51 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 93e63562fb51afe0ba81042ebc6cf4b6c81b03d7
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Mon Jan 27 16:29:25 2020 +0100

    gnu: r-farver: Update to 2.0.3.
    
    * gnu/packages/cran.scm (r-farver): Update to 2.0.3.
---
 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 b8639df..1a77ec2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14055,14 +14055,14 @@ consists of @code{grid} grobs and viewports that can 
then be manipulated with
 (define-public r-farver
   (package
     (name "r-farver")
-    (version "2.0.1")
+    (version "2.0.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "farver" version))
        (sha256
         (base32
-         "0aq1hk561pz3s3lpay1adwsihha6mxp7zbj4n1m6307g34awlhhn"))))
+         "1k75v07dsfkjra2gsgxg9s55cw3b46b1nh960kqphq7cg7gr058f"))))
     (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]