gnu: ruby: Update to 2.3.3.

* gnu/packages/ruby.scm (ruby): Update to 2.3.3.
This commit is contained in:
Ben Woodcroft 2016-11-22 21:35:58 +10:00
parent 856f30b000
commit f4a8081d24
No known key found for this signature in database
GPG Key ID: E44DCCD146E0CCF4
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@
(define-public ruby (define-public ruby
(package (package
(name "ruby") (name "ruby")
(version "2.3.2") (version "2.3.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -56,7 +56,7 @@
"/ruby-" version ".tar.xz")) "/ruby-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"031g76zxb2wp6988dmrpbqd98i17xi6l8q1115h83r2w0h8z6y2w")) "1p0rfk0blrbfjcnv0vb0ha4hxflgkfhv9zbzp4vvld2pi31ahkqs"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet `(begin (snippet `(begin
;; Remove bundled libffi ;; Remove bundled libffi