mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: r-colorout: Update to 1.2-2.
* gnu/packages/statistics.scm (r-colorout): Update to 1.2-2.
This commit is contained in:
parent
7373eb8304
commit
fbde37884f
1 changed files with 2 additions and 3 deletions
|
@ -5733,7 +5733,7 @@ (define-public r-catterplots
|
|||
(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 @@ (define-public r-colorout
|
|||
"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")
|
||||
|
|
Loading…
Reference in a new issue