From unknown Thu Sep 11 10:04:26 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#39495] [PATCH 1/8] gnu: rust-regex-syntax: Update to 0.6.14. 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:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 39495 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 39495@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15811109903028 (code B ref -1); Fri, 07 Feb 2020 21:30:03 +0000 Received: (at submit) by debbugs.gnu.org; 7 Feb 2020 21:29:50 +0000 Received: from localhost ([127.0.0.1]:50337 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j0BC9-0000mf-TG for submit@debbugs.gnu.org; Fri, 07 Feb 2020 16:29:50 -0500 Received: from lists.gnu.org ([209.51.188.17]:51519) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j0BC7-0000m8-HW for submit@debbugs.gnu.org; Fri, 07 Feb 2020 16:29:47 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:41560) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j0BC6-0005Bp-9e for guix-patches@gnu.org; Fri, 07 Feb 2020 16:29:47 -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 1j0BC5-0006lq-6u for guix-patches@gnu.org; Fri, 07 Feb 2020 16:29:46 -0500 Received: from pat.zlotemysli.pl ([37.59.186.212]:33024) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1j0BC4-0006i4-UK for guix-patches@gnu.org; Fri, 07 Feb 2020 16:29:45 -0500 Received: (qmail 13637 invoked by uid 1009); 7 Feb 2020 22:23:02 +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.019179 secs); 07 Feb 2020 21:23:02 -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:02 +0100 From: Jakub =?UTF-8?Q?K=C4=85dzio=C5=82ka?= Date: Fri, 7 Feb 2020 22:23:16 +0100 Message-Id: <20200207212323.30783-2-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/crates-io.scm (rust-regex-syntax-0.6): Update to 0.6.14. (rust-regex-syntax-0.6)[arguments]: Don't skip build. --- gnu/packages/crates-io.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index d51b63675a..9de7fa1077 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -5,6 +5,7 @@ ;;; Copyright © 2019 Giacomo Leidi ;;; Copyright © 2019 Tobias Geerinckx-Rice ;;; Copyright © 2019, 2020 John Soo +;;; Copyright © 2020 Jakub Kądziołka ;;; ;;; This file is part of GNU Guix. ;;; @@ -9688,7 +9689,7 @@ uses finite automata and guarantees linear time matching on all inputs.") (define-public rust-regex-syntax-0.6 (package (name "rust-regex-syntax") - (version "0.6.13") + (version "0.6.14") (source (origin (method url-fetch) @@ -9696,9 +9697,8 @@ uses finite automata and guarantees linear time matching on all inputs.") (file-name (string-append name "-" version ".crate")) (sha256 (base32 - "141xi6yiji0bc04c4skamd4ny9vnd1jrwc7qzfga425lyn8yhd77")))) + "01myl8xqpbnird23xnsb92sjmz1cmp69r6m7y3dwbpmsx4zzx3dj")))) (build-system cargo-build-system) - (arguments '(#:skip-build? #t)) (home-page "https://github.com/rust-lang/regex") (synopsis "Regular expression parser") (description -- 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--