gnu: ruby-term-ansicolor: Update to 1.7.1.
* gnu/packages/ruby.scm (ruby-term-ansicolor): Update to 1.7.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
32710c71df
commit
0fa988c089
1 changed files with 2 additions and 2 deletions
|
@ -6121,13 +6121,13 @@ (define-public ruby-minitest-tu-shim
|
|||
(define-public ruby-term-ansicolor
|
||||
(package
|
||||
(name "ruby-term-ansicolor")
|
||||
(version "1.6.0")
|
||||
(version "1.7.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "term-ansicolor" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1b1wq9ljh7v3qyxkk8vik2fqx2qzwh5lval5f92llmldkw7r7k7b"))))
|
||||
"1xq5kci9215skdh27npyd3y55p812v4qb4x2hv3xsjvwqzz9ycwj"))))
|
||||
(build-system ruby-build-system)
|
||||
;; Rebuilding the gemspec seems to require git, even though this is not a
|
||||
;; git repository, so we just build the gem from the existing gemspec.
|
||||
|
|
Loading…
Reference in a new issue