gnu: ruby-thor: Update to 0.19.4.
* gnu/packages/ruby.scm (ruby-thor): Update to 0.19.4.
This commit is contained in:
parent
1d60c436aa
commit
2e8cd8624d
|
@ -730,13 +730,13 @@ Ruby.")
|
||||||
(define-public ruby-thor
|
(define-public ruby-thor
|
||||||
(package
|
(package
|
||||||
(name "ruby-thor")
|
(name "ruby-thor")
|
||||||
(version "0.19.1")
|
(version "0.19.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "thor" version))
|
(uri (rubygems-uri "thor" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08p5gx18yrbnwc6xc0mxvsfaxzgy2y9i78xq7ds0qmdm67q39y4z"))))
|
"01n5dv9kql60m6a00zc0r66jvaxx98qhdny3klyj0p3w34pad2ns"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; no test suite
|
'(#:tests? #f)) ; no test suite
|
||||||
|
|
Loading…
Reference in New Issue