mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
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:
parent
dc9560028b
commit
b138d8b19a
1 changed files with 2 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue