guix-commits
[Top][All Lists]
Advanced

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

73/104: gnu: r-shades: Update to 1.4.0.


From: guix-commits
Subject: 73/104: gnu: r-shades: Update to 1.4.0.
Date: Tue, 6 Aug 2019 09:50:32 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 031afc48908411531bacceda1012e79a476ed30a
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Aug 6 14:46:31 2019 +0200

    gnu: r-shades: Update to 1.4.0.
    
    * gnu/packages/cran.scm (r-shades): Update to 1.4.0.
---
 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 b1c1083..764522e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9808,14 +9808,14 @@ used by other packages.")
 (define-public r-shades
   (package
     (name "r-shades")
-    (version "1.3.1")
+    (version "1.4.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "shades" version))
        (sha256
         (base32
-         "0v0xp9l1zyq4iysmkrbdwk4r1rksjj8p5c1726yrcgyg55mj59nv"))))
+         "1zg95sjhrfvbdlfc387g9p0vnb8nb6agdk1mb3wq3kwkm2da0bqj"))))
     (build-system r-build-system)
     (home-page "https://github.com/jonclayden/shades";)
     (synopsis "Simple color manipulation")



reply via email to

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