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.4.
* gnu/packages/ruby.scm (ruby-3.4): Update to 3.4.4. Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
07264c1ea6
commit
6fe1237ce6
1 changed files with 2 additions and 2 deletions
|
@ -118,7 +118,7 @@
|
||||||
(define-public ruby-3.4
|
(define-public ruby-3.4
|
||||||
(package
|
(package
|
||||||
(name "ruby")
|
(name "ruby")
|
||||||
(version "3.4.1")
|
(version "3.4.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -127,7 +127,7 @@
|
||||||
"/ruby-" version ".tar.xz"))
|
"/ruby-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bvhzbdwdj502wsrs97fvw6jvid2swzjvqj7v2kc1qrbnpzmk381"))))
|
"1x18dr3qhr1mypbvxc7yr46z06l11if3cx3babcfv7a9x7pn6vgp"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "test"
|
`(#:test-target "test"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue