mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-3.3: Upgrade to 3.3.7.
* gnu/packages/ruby.scm (ruby-3.3): Upgrade to 3.3.7. Change-Id: I93661f31ee8d0c69cf1e70c39977da7713d8348c Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
db1f83485b
commit
5284d40e19
1 changed files with 2 additions and 2 deletions
|
@ -280,7 +280,7 @@ a focus on simplicity and productivity.")
|
|||
(define-public ruby-3.3
|
||||
(package
|
||||
(inherit ruby-3.2)
|
||||
(version "3.3.3")
|
||||
(version "3.3.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -289,7 +289,7 @@ a focus on simplicity and productivity.")
|
|||
"/ruby-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"07pwf3zkf7idl95agfjbv2lvamcp0spp0znqp9arb71ri19rkh43"))))))
|
||||
"0wmdnqcmfa5mf961hzklvjic7vdpgrbl2ckhaafb1m0fbrhbrg2x"))))))
|
||||
|
||||
(define-public ruby ruby-3.1)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue