gnu: ruby: Update to 2.2.0.

* gnu/packages/ruby.scm (ruby): Update to 2.2.0.
This commit is contained in:
David Thompson 2015-02-11 22:04:35 -05:00
parent 9c09760a78
commit 96c232ba8f

View file

@ -37,7 +37,7 @@
(define-public ruby (define-public ruby
(package (package
(name "ruby") (name "ruby")
(version "2.1.5") (version "2.2.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -46,7 +46,7 @@
"/ruby-" version ".tar.xz")) "/ruby-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"18z9mwhzgh4gqc0c6ydbjg0a87jc0j38sha10mzfvjbmsjw1xfi2")))) "1jpq7r48pmkll5lfw933013ijv750sr61c63p96v8pzwh3i191w4"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:test-target "test" `(#:test-target "test"