From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41932) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j0BDM-0005xK-2C for guix-patches@gnu.org; Fri, 07 Feb 2020 16:31:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j0BDL-0001zA-43 for guix-patches@gnu.org; Fri, 07 Feb 2020 16:31:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:44387) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j0BDK-0001z1-Vk for guix-patches@gnu.org; Fri, 07 Feb 2020 16:31:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j0BDK-0000sk-Tw for guix-patches@gnu.org; Fri, 07 Feb 2020 16:31:02 -0500 Subject: [bug#39500] [PATCH 0/8] Update ripgrep to 11.0.2. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:41819) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j0BCj-0005jm-6w for guix-patches@gnu.org; Fri, 07 Feb 2020 16:30:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j0BCi-0000Fd-AU for guix-patches@gnu.org; Fri, 07 Feb 2020 16:30:25 -0500 Received: from pat.zlotemysli.pl ([37.59.186.212]:33384) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1j0BCi-0000DG-07 for guix-patches@gnu.org; Fri, 07 Feb 2020 16:30:24 -0500 From: Jakub =?UTF-8?Q?K=C4=85dzio=C5=82ka?= Date: Fri, 7 Feb 2020 22:23:15 +0100 Message-Id: <20200207212323.30783-1-kuba@kadziolka.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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: 39500@debbugs.gnu.org This patchstack updates ripgrep and its closely-tied dependencies to the newest versions. #:skip-build? arguments are removed on the modified packages. Fun fact: rust-regex* and rust-aho-corasick had mentioned some bugfixes in their changelog that could potentially be observed by the user. All modified packages build after the commits that modify them, moreover everything in rust-apps.scm builds properly after the patchstack is applied. Jakub Kądziołka (8): gnu: rust-regex-syntax: Update to 0.6.14. gnu: rust-regex: Update to 1.3.4. gnu: rust-aho-corasick: Update to 0.7.8. gnu: rust-grep-matcher: Update to 0.1.3. gnu: rust-grep-regex: Update to 0.1.4. gnu: rust-ignore: Update to 0.4.9. gnu: ripgrep: Update to 11.0.2. gnu: Remove rust-bstr-0.1. gnu/packages/crates-io.scm | 59 ++++++++++++-------------------------- gnu/packages/rust-apps.scm | 12 ++++---- 2 files changed, 25 insertions(+), 46 deletions(-) -- 2.25.0