From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:32880) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iYGHb-0001qL-TP for guix-patches@gnu.org; Fri, 22 Nov 2019 16:16:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iYGHa-0002eQ-Uj for guix-patches@gnu.org; Fri, 22 Nov 2019 16:16:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:46769) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iYGHa-0002eG-RT for guix-patches@gnu.org; Fri, 22 Nov 2019 16:16:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iYGHa-0004Ae-KQ for guix-patches@gnu.org; Fri, 22 Nov 2019 16:16:02 -0500 Subject: [bug#38327] [PATCH] gnu: bear: Update to 2.4.2. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:32796) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iYGGo-0001eR-TF for guix-patches@gnu.org; Fri, 22 Nov 2019 16:15:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iYGGn-0002QS-MP for guix-patches@gnu.org; Fri, 22 Nov 2019 16:15:14 -0500 Received: from mout01.posteo.de ([185.67.36.65]:49422) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iYGGn-0002Oz-60 for guix-patches@gnu.org; Fri, 22 Nov 2019 16:15:13 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 26D3616005C for ; Fri, 22 Nov 2019 22:15:11 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 47KTj8073lz6tmD for ; Fri, 22 Nov 2019 22:15:07 +0100 (CET) From: Brett Gilio Date: Fri, 22 Nov 2019 15:15:07 -0600 Message-ID: <87imnbipes.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-bear-Update-to-2.4.2.patch Content-Description: [PATCH] gnu: bear: Update to 2.4.2. 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: 38327@debbugs.gnu.org >From 138982b7cace9a4f7f7e1336c2b1907c2b9b11a0 Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Fri, 22 Nov 2019 15:13:32 -0600 Subject: [PATCH] gnu: bear: Update to 2.4.2. * gnu/packages/build-tools.scm (bear): Update to 2.4.2. --- gnu/packages/build-tools.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm index 5c11266c89..a82b867282 100644 --- a/gnu/packages/build-tools.scm +++ b/gnu/packages/build-tools.scm @@ -80,7 +80,7 @@ makes a few sacrifices to acquire fast full and incremental build times.") (define-public bear (package (name "bear") - (version "2.3.13") + (version "2.4.2") (source (origin (method git-fetch) (uri (git-reference @@ -89,7 +89,7 @@ makes a few sacrifices to acquire fast full and incremental build times.") (file-name (git-file-name name version)) (sha256 (base32 - "0imvvs22gyr1v6ydgp5yn2nq8fb8llmz0ra1m733ikjaczl3jm7z")))) + "1w1kyjzvvy5lj16kn3yyf7iil2cqlfkszi8kvagql7f5h5l6w9b1")))) (build-system cmake-build-system) (inputs `(("python" ,python-wrapper))) -- 2.24.0