gnu: ruby-term-ansicolor: Update to 1.6.0.
* gnu/packages/ruby.scm (ruby-term-ansicolor): Update to 1.6.0.
This commit is contained in:
parent
0cd7b8164d
commit
f3a6311af4
|
@ -2384,13 +2384,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.3.2")
|
(version "1.6.0")
|
||||||
(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
|
||||||
"0ydbbyjmk5p7fsi55ffnkq79jnfqx65c3nj8d9rpgl6sw85ahyys"))))
|
"1b1wq9ljh7v3qyxkk8vik2fqx2qzwh5lval5f92llmldkw7r7k7b"))))
|
||||||
(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…
Reference in New Issue