From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:47996) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ir8b1-0002Ia-5h for guix-patches@gnu.org; Mon, 13 Jan 2020 17:54:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ir8ax-0002cv-V1 for guix-patches@gnu.org; Mon, 13 Jan 2020 17:54:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54381) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ir8ax-0002cr-S5 for guix-patches@gnu.org; Mon, 13 Jan 2020 17:54:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ir8ax-0004hj-Rj for guix-patches@gnu.org; Mon, 13 Jan 2020 17:54:03 -0500 Subject: [bug#39120] [PATCH 08/12] gnu: ruby-json-pure: Update to 2.2.0. Resent-Message-ID: From: Christopher Baines Date: Mon, 13 Jan 2020 22:53:32 +0000 Message-Id: <20200113225336.15160-8-mail@cbaines.net> In-Reply-To: <20200113225336.15160-1-mail@cbaines.net> References: <20200113225336.15160-1-mail@cbaines.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 39120@debbugs.gnu.org * 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 2cd9f36aa8..b39769acaa 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -4462,13 +4462,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 @@ -4502,7 +4502,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 -- 2.24.1