gnu: ruby: Update to 2.2.0.

* gnu/packages/ruby.scm (ruby): Update to 2.2.0.
master
David Thompson 2015-02-11 22:04:35 -05:00
parent 9c09760a78
commit 96c232ba8f
1 changed files with 2 additions and 2 deletions

View File

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