me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 3 additions and 3 deletions

View File

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