gnu: ruby-2.5: Update to 2.5.9.

* gnu/packages/ruby.scm (ruby-2.5): Update to 2.5.9.
[source]: Remove redundant inherited fields.
This commit is contained in:
Efraim Flashner 2021-08-08 11:21:06 +03:00
parent dc9560028b
commit b138d8b19a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -206,7 +206,7 @@ (define-public ruby-3.0
(define-public ruby-2.5
(package
(inherit ruby)
(version "2.5.8")
(version "2.5.9")
(source
(origin
(method url-fetch)
@ -215,12 +215,7 @@ (define-public ruby-2.5
"/ruby-" version ".tar.xz"))
(sha256
(base32
"0vad5ah1lrdhxsyqr5iqc8c7r7qczpmm76cz8rsf4crimpzv5483"))
(modules '((guix build utils)))
(snippet `(begin
;; Remove bundled libffi
(delete-file-recursively "ext/fiddle/libffi-3.2.1")
#t))))))
"1w2qncacm7h3f3il1whghdabwnv9fvwmz9f1a9vcg32006ljyzx8"))))))
(define-public ruby-2.4
(package