From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:47179) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hn6sK-0000l6-6S for guix-patches@gnu.org; Mon, 15 Jul 2019 15:43:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hn6sJ-0002ed-6u for guix-patches@gnu.org; Mon, 15 Jul 2019 15:43:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40360) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hn6sJ-0002eQ-3e for guix-patches@gnu.org; Mon, 15 Jul 2019 15:43:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hn6sI-000072-Uw for guix-patches@gnu.org; Mon, 15 Jul 2019 15:43:02 -0400 Subject: [bug#36676] [PATCH 2/3] gnu: Update rust-proc-macro2 to 0.4.30 to fix tests Resent-Message-ID: From: Robert Vollmert Date: Mon, 15 Jul 2019 21:41:54 +0200 Message-Id: <20190715194155.91313-2-rob@vllmrt.net> In-Reply-To: <20190715194155.91313-1-rob@vllmrt.net> References: <20190715194155.91313-1-rob@vllmrt.net> MIME-Version: 1.0 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: 36676@debbugs.gnu.org Cc: Robert Vollmert Previously, one test was failing: failures: test_debug_tokenstream test result: FAILED. 19 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out * gnu/packages/crates-io.scm (rust-proc-macro2): Update to 0.4.30. --- gnu/packages/crates-io.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index b480b6fe56..db9665d1aa 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -47,7 +47,7 @@ or XID_Continue properties according to Unicode Standard Annex #31.") (define-public rust-proc-macro2 (package (name "rust-proc-macro2") - (version "0.4.27") + (version "0.4.30") (source (origin (method url-fetch) @@ -56,7 +56,7 @@ or XID_Continue properties according to Unicode Standard Annex #31.") (string-append name "-" version ".tar.gz")) (sha256 (base32 - "05c92v787snyaq4ss16vxc9mdv6zndfgsdq8k3hnnyffmsf7ycad")))) + "0nd71fl24sys066jrha6j7i34nfkjv44yzw8yww9742wmc8j0gfg")))) (build-system cargo-build-system) (arguments `(#:cargo-inputs (("rust-unicode-xid" ,rust-unicode-xid)) -- 2.20.1 (Apple Git-117)