gnu: ruby-json: Update to 2.1.0.

* gnu/packages/ruby.scm (ruby-json): Update to 2.1.0.
This commit is contained in:
Ben Woodcroft 2017-06-02 20:58:18 -05:00
parent 1ed398d192
commit a281accec5
No known key found for this signature in database
GPG Key ID: 2A6AD9F4AAC20DF6
1 changed files with 2 additions and 2 deletions

View File

@ -2436,14 +2436,14 @@ when working with Ruby code.")
(define-public ruby-json (define-public ruby-json
(package (package
(name "ruby-json") (name "ruby-json")
(version "1.8.3") (version "2.1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (rubygems-uri "json" version)) (uri (rubygems-uri "json" version))
(sha256 (sha256
(base32 (base32
"1nsby6ry8l9xg3yw4adlhk2pnc7i0h0rznvcss4vk3v74qg0k8lc")))) "01v6jjpvh3gnq6sgllpfqahlgxzj50ailwhj9b3cd20hi2dx0vxp"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(arguments '(#:tests? #f)) ; dependency cycle with sdoc (arguments '(#:tests? #f)) ; dependency cycle with sdoc
(synopsis "JSON library for Ruby") (synopsis "JSON library for Ruby")