me
/
guix
Archived
1
0
Fork 0

gnu: ruby-2.4: Update to 2.4.9.

* gnu/packages/ruby.scm (ruby-2.4): Update to 2.4.9.
master
Christopher Baines 2020-01-13 19:59:01 +00:00
parent 740fea0872
commit f6d7df3cee
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 3 deletions

View File

@ -133,7 +133,7 @@ a focus on simplicity and productivity.")
(define-public ruby-2.4 (define-public ruby-2.4
(package (package
(inherit ruby) (inherit ruby)
(version "2.4.3") (version "2.4.9")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -142,8 +142,7 @@ a focus on simplicity and productivity.")
"/ruby-" version ".tar.xz")) "/ruby-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0l9bv67dgsphk42lmiskhrnh47hbyj6rfg2rcjx22xivpx07srr3")) "0546ymj2h3iai679fvx17bb2hksrqyhh22llxgz8fwggac100khc"))
(patches (search-patches "ruby-rubygems-276-for-ruby24.patch"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet `(begin (snippet `(begin
;; Remove bundled libffi ;; Remove bundled libffi