3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ruby-json-pure: Update to 2.2.0.

* gnu/packages/ruby.scm (ruby-json-pure): Update to 2.2.0.
[home-page]: Add trailing /, due to a redirect.
This commit is contained in:
Christopher Baines 2020-01-13 19:58:41 +00:00
parent 6754323bd8
commit 1c65d99f1b
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -4498,13 +4498,13 @@ a native C extension.")
(define-public ruby-json-pure
(package
(name "ruby-json-pure")
(version "2.1.0")
(version "2.2.0")
(source (origin
(method url-fetch)
(uri (rubygems-uri "json_pure" version))
(sha256
(base32
"12yf9fmhr4c2jm3xl20vf1qyz5i63vc8a6ngz9j0f86nqwhmi2as"))))
"0m0j1mfwv0mvw72kzqisb26xjl236ivqypw1741dkis7s63b8439"))))
(build-system ruby-build-system)
(arguments
`(#:phases
@ -4538,7 +4538,7 @@ a native C extension.")
(synopsis "JSON implementation in pure Ruby")
(description
"This package provides a JSON implementation written in pure Ruby.")
(home-page "https://flori.github.com/json")
(home-page "https://flori.github.com/json/")
(license license:ruby)))
(define-public ruby-jwt