mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: ruby-oj: Update to 3.10.1.
* gnu/packages/ruby.scm (ruby-oj): Update to 3.10.1.
This commit is contained in:
parent
bd39fcdf0f
commit
93dfdec5ba
1 changed files with 2 additions and 2 deletions
|
@ -4784,7 +4784,7 @@ (define-public ruby-sanitize
|
|||
(define-public ruby-oj
|
||||
(package
|
||||
(name "ruby-oj")
|
||||
(version "3.6.7")
|
||||
(version "3.10.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4796,7 +4796,7 @@ (define-public ruby-oj
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fqx58pwjiln7053lw2jy6ns4agcpxq2ac4f2fkd2ca3fxwpmh03"))))
|
||||
"0i5xjx4sh816zx2c1a4d1q67k7vllg5jnnc4jy6zhbmwi1dvp5vw"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
'(#:test-target "test_all"
|
||||
|
|
Loading…
Reference in a new issue