gnu: ruby-2.2: Update to 2.2.6.

* gnu/packages/ruby.scm (ruby-2.2): Update to 2.2.6.
This commit is contained in:
Ben J Woodcroft 2016-11-18 15:42:44 +10:00 committed by Ben Woodcroft
parent 175d626478
commit 4af80275a8
No known key found for this signature in database
GPG Key ID: E44DCCD146E0CCF4
1 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ a focus on simplicity and productivity.")
(define-public ruby-2.2 (define-public ruby-2.2
(package (inherit ruby) (package (inherit ruby)
(version "2.2.5") (version "2.2.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -112,7 +112,7 @@ a focus on simplicity and productivity.")
"/ruby-" version ".tar.xz")) "/ruby-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1mw7bzw76g5w37cwhb57r6gxcl2vn9lfrlyf4h4xms3qlnhflvzq")))))) "0fbk2pyjphynj4kxn27vb5rsq6brr3y85p784jd1rxwws30fq54l"))))))
(define-public ruby-2.1 (define-public ruby-2.1
(package (inherit ruby) (package (inherit ruby)