gnu: ruby-2.3: Update to 2.3.6 [fixes CVE-2017-17405].

* gnu/packages/ruby.scm (ruby-2.3): Update to 2.3.6.
This commit is contained in:
Ben Woodcroft 2017-12-15 13:25:46 +10:00
parent 86383d6746
commit 2713e399ee
No known key found for this signature in database
GPG key ID: 2A6AD9F4AAC20DF6

View file

@ -105,7 +105,7 @@ a focus on simplicity and productivity.")
(define-public ruby-2.3 (define-public ruby-2.3
(package (package
(inherit ruby) (inherit ruby)
(version "2.3.5") (version "2.3.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -114,7 +114,7 @@ a focus on simplicity and productivity.")
"/ruby-" version ".tar.xz")) "/ruby-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1npzcnq5kh0f9y88w5gj4v6ln8csr91361k3r43dmhlhn6mpsfkx")) "0mlz0mk7yyxia37k8fdv8m8a72h61nfbns28430h796l4an6kng0"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet `(begin (snippet `(begin
;; Remove bundled libffi ;; Remove bundled libffi