1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 20:12:11 +02:00

gnu: ruby-json: Update to 2.18.1.

* gnu/packages/ruby-check.scm (ruby-json): Update to 2.18.1.
[home-page]: Update to ruby-lang.org.

Change-Id: Idee5d1dada1c053c57c4f2d38f85a15e907fd56f
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Aaron Covrig
2026-01-08 07:55:18 -05:00
committed by Andreas Enge
parent 07b19d479e
commit 93daa08844
+3 -3
View File
@@ -558,20 +558,20 @@ announcement.")
(define-public ruby-json
(package
(name "ruby-json")
(version "2.1.0")
(version "2.18.1")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "json" version))
(sha256
(base32
"01v6jjpvh3gnq6sgllpfqahlgxzj50ailwhj9b3cd20hi2dx0vxp"))))
"11prr7nrxh1y4rfsqa51gy4ixx63r18cz9mdnmk0938va1ajf4gy"))))
(build-system ruby-build-system)
(arguments '(#:tests? #f)) ; dependency cycle with sdoc
(synopsis "JSON library for Ruby")
(description "This Ruby library provides a JSON implementation written as
a native C extension.")
(home-page "http://json-jruby.rubyforge.org/")
(home-page "https://docs.ruby-lang.org/en/master/JSON.html")
(license (list license:ruby license:gpl2)))) ; GPL2 only
(define-public ruby-mime-types