mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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 @@ Ruby's large and slower test/unit.")
|
||||||
(define-public ruby-term-ansicolor
|
(define-public ruby-term-ansicolor
|
||||||
(package
|
(package
|
||||||
(name "ruby-term-ansicolor")
|
(name "ruby-term-ansicolor")
|
||||||
(version "1.6.0")
|
(version "1.7.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "term-ansicolor" version))
|
(uri (rubygems-uri "term-ansicolor" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1b1wq9ljh7v3qyxkk8vik2fqx2qzwh5lval5f92llmldkw7r7k7b"))))
|
"1xq5kci9215skdh27npyd3y55p812v4qb4x2hv3xsjvwqzz9ycwj"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
;; Rebuilding the gemspec seems to require git, even though this is not a
|
;; 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.
|
;; git repository, so we just build the gem from the existing gemspec.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue