Skip to content
Snippets Groups Projects
Commit 463acb4a authored by David Thompson's avatar David Thompson
Browse files

gnu: ruby: Update to 2.2.2.

* gnu/packages/ruby.scm (ruby): Update to 2.2.2.
parent 1bef37ee
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ (define-module (gnu packages ruby) ...@@ -38,7 +38,7 @@ (define-module (gnu packages ruby)
(define-public ruby (define-public ruby
(package (package
(name "ruby") (name "ruby")
(version "2.2.1") (version "2.2.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
...@@ -47,7 +47,7 @@ (define-public ruby ...@@ -47,7 +47,7 @@ (define-public ruby
"/ruby-" version ".tar.xz")) "/ruby-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1h16lrahp1m57la6sllsad0n3d72g9ccg62n5fxd04nwgz054a1v")))) "0qj48a8ji8qj1sllsrhb6y65frwr77bvr08xikj86w5mib8baczh"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:test-target "test" `(#:test-target "test"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment