me
/
guix
Archived
1
0
Fork 0

gnu: ruby-oj: Update to 3.10.1.

* gnu/packages/ruby.scm (ruby-oj): Update to 3.10.1.
master
Marius Bakke 2020-01-30 16:40:04 +01:00
parent bd39fcdf0f
commit 93dfdec5ba
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -4784,7 +4784,7 @@ unacceptable HTML and/or CSS from a string.")
(define-public ruby-oj (define-public ruby-oj
(package (package
(name "ruby-oj") (name "ruby-oj")
(version "3.6.7") (version "3.10.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4796,7 +4796,7 @@ unacceptable HTML and/or CSS from a string.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1fqx58pwjiln7053lw2jy6ns4agcpxq2ac4f2fkd2ca3fxwpmh03")))) "0i5xjx4sh816zx2c1a4d1q67k7vllg5jnnc4jy6zhbmwi1dvp5vw"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(arguments (arguments
'(#:test-target "test_all" '(#:test-target "test_all"