gnu: ruby-2.7: Update to 2.7.4.

* gnu/packages/ruby.scm (ruby-2.7): Update to 2.7.4.
[source]: Remove redundant inherited fields.
This commit is contained in:
Efraim Flashner 2021-08-08 11:21:05 +03:00
parent 392c7175ae
commit 7fb009b12e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -154,7 +154,7 @@ a focus on simplicity and productivity.")
(define-public ruby-2.7
(package
(inherit ruby)
(version "2.7.2")
(version "2.7.4")
(source
(origin
(method url-fetch)
@ -163,12 +163,7 @@ a focus on simplicity and productivity.")
"/ruby-" version ".tar.gz"))
(sha256
(base32
"1m63461mxi3fg4y3bspbgmb0ckbbb1ldgf9xi0piwkpfsk80cmvf"))
(modules '((guix build utils)))
(snippet `(begin
;; Remove bundled libffi
(delete-file-recursively "ext/fiddle/libffi-3.2.1")
#t))))
"0nxwkxh7snmjqf787qsp4i33mxd1rbf9yzyfiky5k230i680jhrh"))))
(arguments
`(#:test-target "test"
#:configure-flags '("--enable-shared") ; dynamic linking