summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-10-20 05:21:42 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-10-21 02:03:21 +0200
commitfbde37884fe35f5caf2a0e33fc734d0ca40ad893 (patch)
tree516b68006ad3e7876434537cf27a296114f0fb8a /gnu
parent7373eb8304e0ebbfabe66deb59e78187013403dd (diff)
downloadguix-fbde37884fe35f5caf2a0e33fc734d0ca40ad893.tar.gz
gnu: r-colorout: Update to 1.2-2.
* gnu/packages/statistics.scm (r-colorout): Update to 1.2-2.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/statistics.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 4b1ba98e2f..8923481b6c 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")