mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-3.4: Update to 3.4.6.
* gnu/packages/ruby.scm (ruby-3.4): Update to 3.4.6. Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
738d971d7e
commit
bb07d7c1b2
1 changed files with 3 additions and 3 deletions
|
@ -89,7 +89,7 @@
|
||||||
(define-public ruby-3.4
|
(define-public ruby-3.4
|
||||||
(package
|
(package
|
||||||
(name "ruby")
|
(name "ruby")
|
||||||
(version "3.4.4")
|
(version "3.4.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -98,7 +98,7 @@
|
||||||
"/ruby-" version ".tar.xz"))
|
"/ruby-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1x18dr3qhr1mypbvxc7yr46z06l11if3cx3babcfv7a9x7pn6vgp"))))
|
"1f2r91mfcas1wz0dyplmsfd40cxi7h8d603h29ss92lk4ay9ajc0"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "test"
|
`(#:test-target "test"
|
||||||
|
@ -121,7 +121,7 @@
|
||||||
"lib/mkmf.rb"
|
"lib/mkmf.rb"
|
||||||
"process.c"
|
"process.c"
|
||||||
"test/rubygems/test_gem_ext_configure_builder.rb"
|
"test/rubygems/test_gem_ext_configure_builder.rb"
|
||||||
"test/rdoc/test_rdoc_parser.rb"
|
"test/rdoc/rdoc_parser_test.rb"
|
||||||
"test/ruby/test_rubyoptions.rb"
|
"test/ruby/test_rubyoptions.rb"
|
||||||
"test/ruby/test_process.rb"
|
"test/ruby/test_process.rb"
|
||||||
"test/ruby/test_system.rb"
|
"test/ruby/test_system.rb"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue