gnu: ruby: Update to 2.4.0.

* gnu/packages/ruby.scm (ruby): Update to 2.4.0.
(ruby-2.3): New variable.
This commit is contained in:
Ben Woodcroft 2017-05-16 23:43:18 +02:00
parent 0789280f04
commit 98bb983ca7
No known key found for this signature in database
GPG Key ID: 2A6AD9F4AAC20DF6
1 changed files with 4 additions and 5 deletions

View File

@ -48,8 +48,7 @@
(define-public ruby (define-public ruby
(package (package
(name "ruby") (name "ruby")
(version "2.3.3") (version "2.4.0")
(replacement ruby-2.3.4)
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -58,7 +57,7 @@
"/ruby-" version ".tar.xz")) "/ruby-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1p0rfk0blrbfjcnv0vb0ha4hxflgkfhv9zbzp4vvld2pi31ahkqs")) "141nnsdk2q83c23p5kl404id8gy1ap261gin48rbjj5sbksgx1rs"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet `(begin (snippet `(begin
;; Remove bundled libffi ;; Remove bundled libffi
@ -102,11 +101,11 @@ a focus on simplicity and productivity.")
(home-page "https://ruby-lang.org") (home-page "https://ruby-lang.org")
(license license:ruby))) (license license:ruby)))
(define ruby-2.3.4 (define-public ruby-2.3
(package (package
(inherit ruby) (inherit ruby)
(name "ruby")
(version "2.3.4") (version "2.3.4")
(replacement #f)
(source (source
(origin (origin
(method url-fetch) (method url-fetch)