From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41645) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j0BCO-0005Cr-JA for guix-patches@gnu.org; Fri, 07 Feb 2020 16:30:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j0BCN-0007ri-Es for guix-patches@gnu.org; Fri, 07 Feb 2020 16:30:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:44372) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j0BCN-0007rW-CB for guix-patches@gnu.org; Fri, 07 Feb 2020 16:30:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j0BCN-0000oH-84 for guix-patches@gnu.org; Fri, 07 Feb 2020 16:30:03 -0500 Subject: [bug#39495] [PATCH 1/8] gnu: rust-regex-syntax: Update to 0.6.14. Resent-Message-ID: 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 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 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> 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 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: 39495@debbugs.gnu.org * 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