guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: r-colorout: Update to 1.2-2.


From: guix-commits
Subject: 01/08: gnu: r-colorout: Update to 1.2-2.
Date: Sun, 20 Oct 2019 20:23:44 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit fbde37884fe35f5caf2a0e33fc734d0ca40ad893
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Oct 20 05:21:42 2019 +0200

    gnu: r-colorout: Update to 1.2-2.
    
    * gnu/packages/statistics.scm (r-colorout): Update to 1.2-2.
---
 gnu/packages/statistics.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 4b1ba98..8923481 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -5733,7 +5733,7 @@ shaped points?  Now you can!")
 (define-public r-colorout
   (package
     (name "r-colorout")
-    (version "1.2-0")
+    (version "1.2-2")
     (source
      (origin
        (method url-fetch)
@@ -5741,8 +5741,7 @@ shaped points?  Now you can!")
                            "v" version ".tar.gz"))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32
-         "07vqx5ihgnq4dzn5jnfjfhdm3957v4prvf8vhnb3cwvlly4l7p9v"))))
+        (base32 "1ylwxnaq5l6ldls44wij4i6080fv002wj33q63h8nqbp52fmkl67"))))
     (build-system r-build-system)
     (home-page "https://github.com/jalvesaq/colorout";)
     (synopsis "Colorize output in the R REPL")



reply via email to

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