me
/
guix
Archived
1
0
Fork 0

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.
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
1 changed files with 2 additions and 7 deletions
gnu/packages

View File

@ -206,7 +206,7 @@ a focus on simplicity and productivity.")
(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 @@ a focus on simplicity and productivity.")
"/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