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:
Giovanni Biscuolo 2021-06-09 11:49:15 +02:00 committed by Ludovic Courtès
parent 32710c71df
commit 0fa988c089
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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.