From unknown Thu Sep 11 10:04:30 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39498] [PATCH 7/8] gnu: ripgrep: Update to 11.0.2. Resent-From: Jakub =?UTF-8?Q?K=C4=85dzio=C5=82ka?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 07 Feb 2020 21:30:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 39498 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 39498@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15811109913049 (code B ref -1); Fri, 07 Feb 2020 21:30:05 +0000 Received: (at submit) by debbugs.gnu.org; 7 Feb 2020 21:29:51 +0000 Received: from localhost ([127.0.0.1]:50343 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j0BCB-0000n2-Gi for submit@debbugs.gnu.org; Fri, 07 Feb 2020 16:29:51 -0500 Received: from lists.gnu.org ([209.51.188.17]:47739) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j0BC8-0000mS-Vj for submit@debbugs.gnu.org; Fri, 07 Feb 2020 16:29:49 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:41590) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j0BC7-0005By-KM for guix-patches@gnu.org; Fri, 07 Feb 2020 16:29:48 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_NONE, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j0BC6-0006py-7X for guix-patches@gnu.org; Fri, 07 Feb 2020 16:29:47 -0500 Received: from pat.zlotemysli.pl ([37.59.186.212]:33052) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1j0BC5-0006nF-Uj for guix-patches@gnu.org; Fri, 07 Feb 2020 16:29:46 -0500 Received: (qmail 13695 invoked by uid 1009); 7 Feb 2020 22:23:04 +0100 Received: from 188.123.215.55 (kuba@kadziolka.net@188.123.215.55) by pat (envelope-from , uid 1002) with qmail-scanner-2.08st (clamdscan: 0.98.6/25716. spamassassin: 3.4.0. perlscan: 2.08st. Clear:RC:1(188.123.215.55):. Processed in 0.020354 secs); 07 Feb 2020 21:23:04 -0000 Received: from unknown (HELO localhost.localdomain) (kuba@kadziolka.net@188.123.215.55) by pat.zlotemysli.pl with AES256-SHA encrypted SMTP; 7 Feb 2020 22:23:04 +0100 From: Jakub =?UTF-8?Q?K=C4=85dzio=C5=82ka?= Date: Fri, 7 Feb 2020 22:23:22 +0100 Message-Id: <20200207212323.30783-8-kuba@kadziolka.net> X-Mailer: git-send-email 2.25.0 In-Reply-To: <20200207212323.30783-1-kuba@kadziolka.net> References: <20200207212323.30783-1-kuba@kadziolka.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 37.59.186.212 X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/rust-apps.scm (ripgrep): Update to 11.0.2. [arguments]: Use rust-bstr-0.2 instead of rust-bstr-0.1. Add rust-jemallocator-0.3 to inputs. Remove unnecessary development-inputs. --- gnu/packages/rust-apps.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index 5b61cdc542..9e55db567b 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2019, 2020 John Soo ;;; Copyright © 2019, 2020 Efraim Flashner +;;; Copyright © 2020 Jakub Kądziołka ;;; ;;; This file is part of GNU Guix. ;;; @@ -128,7 +129,7 @@ also knows about symlinks, extended attributes, and Git.") (define-public ripgrep (package (name "ripgrep") - (version "11.0.1") + (version "11.0.2") (source (origin (method url-fetch) @@ -137,14 +138,15 @@ also knows about symlinks, extended attributes, and Git.") (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0bn40lz9n08llq615p4qqqbi24zbkf0appfx3zgxg34a86ga9zds")))) + "0vqjr96s2rs45715hzf0g0wjahig4zjyiqfijmzzg4jyh9ni80yr")))) (build-system cargo-build-system) (arguments `(#:cargo-inputs - (("rust-bstr" ,rust-bstr-0.1) + (("rust-bstr" ,rust-bstr-0.2) ("rust-clap" ,rust-clap-2) ("rust-grep" ,rust-grep-0.2) ("rust-ignore" ,rust-ignore-0.4) + ("rust-jemallocator" ,rust-jemallocator-0.3) ("rust-lazy-static" ,rust-lazy-static-1.3) ("rust-log" ,rust-log-0.4) ("rust-num-cpus" ,rust-num-cpus-1.10) @@ -152,9 +154,7 @@ also knows about symlinks, extended attributes, and Git.") ("rust-serde-json" ,rust-serde-json-1.0) ("rust-termcolor" ,rust-termcolor-1.0)) #:cargo-development-inputs - (("rust-clap" ,rust-clap-2) - ("rust-lazy-static" ,rust-lazy-static-1.3) - ("rust-serde" ,rust-serde-1.0) + (("rust-serde" ,rust-serde-1.0) ("rust-serde-derive" ,rust-serde-derive-1.0)))) (home-page "https://github.com/BurntSushi/ripgrep") (synopsis "Line-oriented search tool") -- 2.25.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 07 16:33:19 2020 Received: (at control) by debbugs.gnu.org; 7 Feb 2020 21:33:19 +0000 Received: from localhost ([127.0.0.1]:50369 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j0BFX-0000wX-4q for submit@debbugs.gnu.org; Fri, 07 Feb 2020 16:33:19 -0500 Received: from pat.zlotemysli.pl ([37.59.186.212]:45690) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j0BFV-0000wP-Cs for control@debbugs.gnu.org; Fri, 07 Feb 2020 16:33:17 -0500 Received: (qmail 16549 invoked by uid 1009); 7 Feb 2020 22:33:15 +0100 Received: from 188.123.215.55 (kuba@kadziolka.net@188.123.215.55) by pat (envelope-from , uid 1002) with qmail-scanner-2.08st (clamdscan: 0.98.6/25716. spamassassin: 3.4.0. perlscan: 2.08st. Clear:RC:1(188.123.215.55):. Processed in 0.020027 secs); 07 Feb 2020 21:33:15 -0000 Received: from unknown (HELO gravity) (kuba@kadziolka.net@188.123.215.55) by pat.zlotemysli.pl with SMTP; 7 Feb 2020 22:33:15 +0100 Date: Fri, 7 Feb 2020 22:33:45 +0100 From: Jakub =?utf-8?B?S8SFZHppb8WCa2E=?= To: control@debbugs.gnu.org Subject: merge #39500 Message-ID: <20200207213345.nalpz5rt5rg7pg5e@gravity> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="v7qwplswt3srwepb" Content-Disposition: inline X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --v7qwplswt3srwepb Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable merge 39500 39495 39492 39493 39499 39494 39497 39498 39496 thanks Looks like I haven't mastered `git send-email` yet :P Sorry for this mess, Jakub K=C4=85dzio=C5=82ka --v7qwplswt3srwepb Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEE5Xa/ss9usT31cTO54xWnWEYTFWQFAl4917kACgkQ4xWnWEYT FWTpBg//fCeBWnyTg8x5dPnx7N9eCjbwT5454/gySVYCAgmyI7bKTxicwVkigUFd MezCVDGmN36YaQz/aVCELdn8PubfOcnvFpCZhHJeAPMKFRWnssZQrPMB7Yk01VT2 RC1UXCLsBs0+OvsY1ULTdd6Nudr/jxdIKmJDRuFOyMRHkeh2UMhzmtA11qQdYLYy 2as6fVrKApRUVakOWLWUmQgf3/FqVlg/GtpxhrMIM7hxvbLEtNZHQSbEMUrXBEvO qxtWSF5kg1otrOxq9ylSHp/q17Ov2cSkRIgi9DeJ6/FDhlS6rml5Xx+fxdFJ1v2Y 7iY2HQhF19yojDiigRmdAv2vDcJaEDSByRV5pkUKGenQzsJdMKS+t6c+wrHb7ZU1 F4QYcJdXK5hpuTU1h7z2aRYlWa/h0SmE0GadTyEcKb0InbYbZyLmEE9f9f6UmBvw Wo2ACDxjkhjzymT214S3UpzB+YXBD1OhWQurT5l//6WL7EezDwZVysIu20URkSl1 7XJspMQ3ejWd/3x/v8VsyaGhMKtd3AVjJbE5WHLPd7h8ZlfBLZJ55VXpji89zCeS lwylGp9M6OeyH7NbH0YPz7059BEU5XPwMOJLYh7rXkwP9memh77nV6FiI9nMDDR3 XEae66JAeY0IeRWl8CCTUzTdrk+pLzMrgWgzTjcEAk1MDx01xmU= =yakx -----END PGP SIGNATURE----- --v7qwplswt3srwepb--