gnu: ruby-2.5: Update to 2.5.8.

* gnu/packages/ruby.scm (ruby-2.5): Update to 2.5.8.
This commit is contained in:
Christopher Baines 2020-04-01 19:42:22 +01:00
parent dfe211f939
commit a09ff632cc
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -134,7 +134,7 @@ (define-public ruby
(define-public ruby-2.5 (define-public ruby-2.5
(package (package
(inherit ruby) (inherit ruby)
(version "2.5.7") (version "2.5.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -143,7 +143,7 @@ (define-public ruby-2.5
"/ruby-" version ".tar.xz")) "/ruby-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"159zka4sbx1p4ayxqi7a5ybbzxvn3n5mivrz4d1damw9ypl70610")) "0vad5ah1lrdhxsyqr5iqc8c7r7qczpmm76cz8rsf4crimpzv5483"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet `(begin (snippet `(begin
;; Remove bundled libffi ;; Remove bundled libffi