guix-commits
[Top][All Lists]
Advanced

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

01/46: gnu: r-scales: Update to 1.1.1.


From: guix-commits
Subject: 01/46: gnu: r-scales: Update to 1.1.1.
Date: Tue, 12 May 2020 13:44:43 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 527e59e3f648da294fd4fcd6e1025c23deb6e95c
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Tue May 12 16:51:45 2020 +0200

    gnu: r-scales: Update to 1.1.1.
    
    * gnu/packages/cran.scm (r-scales): Update to 1.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 c91b0ee..531915f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -179,13 +179,13 @@ respecting the grammar of its graphics paradigm.")
 (define-public r-scales
   (package
     (name "r-scales")
-    (version "1.1.0")
+    (version "1.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "scales" version))
        (sha256
-        (base32 "00rdbfj5mwc3kr8pskidn3n2zkp4ms6cx36xazz54pxw3pysdr0y"))))
+        (base32 "019ps0njjc0rzrjygqiyn8b9vp0c3c0jd56h1yi19wzi49jvdcj0"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-farver" ,r-farver)



reply via email to

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