[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/12: gnu: ruby-json-pure: Update to 2.2.0.
From: |
guix-commits |
Subject: |
08/12: gnu: ruby-json-pure: Update to 2.2.0. |
Date: |
Tue, 14 Jan 2020 18:47:40 -0500 (EST) |
cbaines pushed a commit to branch core-updates
in repository guix.
commit 1c65d99f1b455ac06c6e30594aa4d8243d36b8b6
Author: Christopher Baines <address@hidden>
AuthorDate: Mon Jan 13 19:58:41 2020 +0000
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.
---
gnu/packages/ruby.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 5db3d3b..34c7b9c 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -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
- branch core-updates updated (a76a343 -> 227fab3), guix-commits, 2020/01/14
- 02/12: gnu: ruby-aruba: Update to 0.14.14., guix-commits, 2020/01/14
- 05/12: gnu: ruby-yard: Update to 0.9.20., guix-commits, 2020/01/14
- 04/12: gnu: ruby-childprocess: Update to 3.0.0., guix-commits, 2020/01/14
- 07/12: gnu: ruby-power-assert: Update to 1.1.5., guix-commits, 2020/01/14
- 03/12: gnu: ruby-childprocess-0.6: Remove version 0.6.3., guix-commits, 2020/01/14
- 01/12: gnu: ruby-listen: Update to 3.2.0., guix-commits, 2020/01/14
- 06/12: gnu: ruby-hoe: Update to 3.21.0., guix-commits, 2020/01/14
- 08/12: gnu: ruby-json-pure: Update to 2.2.0.,
guix-commits <=
- 09/12: gnu: ruby-tzinfo: Skip safe tests., guix-commits, 2020/01/14
- 10/12: gnu: ruby-2.4: Update to 2.4.9., guix-commits, 2020/01/14
- 11/12: gnu: ruby: Update to 2.6.5., guix-commits, 2020/01/14
- 12/12: gnu: Add ruby-2.5., guix-commits, 2020/01/14