gnu: ruby-2.2: Update to 2.2.5.

* gnu/packages/ruby.scm (ruby-2.2): Update to 2.2.5.
[origin]: Remove snippet.
This commit is contained in:
Ben Woodcroft 2016-04-27 17:39:05 +10:00
parent 8e740bca65
commit 416381daa2
1 changed files with 2 additions and 8 deletions

View File

@ -102,7 +102,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.4") (version "2.2.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -111,13 +111,7 @@ a focus on simplicity and productivity.")
"/ruby-" version ".tar.xz")) "/ruby-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0g3ps4q3iz7wj9m45n8xyxzw8nh29ljdqb87b0f6i0p3853gz2yj")) "1mw7bzw76g5w37cwhb57r6gxcl2vn9lfrlyf4h4xms3qlnhflvzq"))))))
(modules '((guix build utils)))
(snippet `(begin
;; Remove bundled libffi
(delete-file-recursively
(string-append "ext/fiddle/libffi-3.2.1"))
#t))))))
(define-public ruby-2.1 (define-public ruby-2.1
(package (inherit ruby) (package (inherit ruby)