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