From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:47939) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ir8ax-0002Hi-3b for guix-patches@gnu.org; Mon, 13 Jan 2020 17:54:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ir8aw-0002ah-0F for guix-patches@gnu.org; Mon, 13 Jan 2020 17:54:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54376) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ir8av-0002aX-TX for guix-patches@gnu.org; Mon, 13 Jan 2020 17:54:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ir8av-0004h8-TZ for guix-patches@gnu.org; Mon, 13 Jan 2020 17:54:01 -0500 Subject: [bug#39120] [PATCH 04/12] gnu: ruby-childprocess: Update to 3.0.0. Resent-Message-ID: From: Christopher Baines Date: Mon, 13 Jan 2020 22:53:28 +0000 Message-Id: <20200113225336.15160-4-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-childprocess): Update to 3.0.0. [home-page]: Switch to https, as it's supported by github.com. --- 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 f1fa9310eb..d7c9383b45 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -7427,14 +7427,14 @@ in standard Ruby syntax.") (define-public ruby-childprocess (package (name "ruby-childprocess") - (version "0.9.0") + (version "3.0.0") (source (origin (method url-fetch) (uri (rubygems-uri "childprocess" version)) (sha256 (base32 - "0a61922kmvcxyj5l70fycapr87gz1dzzlkfpq85rfqk5vdh3d28p")))) + "1ic028k8xgm2dds9mqnvwwx3ibaz32j8455zxr9f4bcnviyahya5")))) (build-system ruby-build-system) (arguments `(#:tests? #f)) @@ -7446,7 +7446,7 @@ in standard Ruby syntax.") (synopsis "Control external programs running in the background, in Ruby") (description "@code{childprocess} provides a gem to control external programs running in the background, in Ruby.") - (home-page "http://github.com/enkessler/childprocess") + (home-page "https://github.com/enkessler/childprocess") (license license:expat))) (define-public ruby-public-suffix -- 2.24.1