guix-commits
[Top][All Lists]
Advanced

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

84/96: gnu: r-crayon: Update to 1.4.1.


From: guix-commits
Subject: 84/96: gnu: r-crayon: Update to 1.4.1.
Date: Wed, 10 Feb 2021 19:06:50 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 5a16a85718d236631d371ce94c26759fb09715e9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 11 00:56:45 2021 +0100

    gnu: r-crayon: Update to 1.4.1.
    
    * gnu/packages/statistics.scm (r-crayon): Update to 1.4.1.
    [propagated-inputs]: Remove r-memoise.
---
 gnu/packages/statistics.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index e14e315..c4a2336 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1544,16 +1544,14 @@ you call it again with the same arguments it returns 
the pre-computed value.")
 (define-public r-crayon
   (package
     (name "r-crayon")
-    (version "1.3.4")
+    (version "1.4.1")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "crayon" version))
               (sha256
                (base32
-                "0s7s6vc3ww8pzanpjisym4jjvwcc5pi2qg8srx7jqlz9j3wrnvpw"))))
+                "1ir963s6zk9l32fw257y54p7898cd7z7yazkn9h6j2cdfhpf9dh8"))))
     (build-system r-build-system)
-    (propagated-inputs
-     `(("r-memoise" ,r-memoise)))
     (home-page "https://github.com/gaborcsardi/crayon";)
     (synopsis "Colored terminal output for R")
     (description



reply via email to

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