From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id IPUgODija2XODQEAauVa8A:P1 (envelope-from ) for ; Sat, 02 Dec 2023 22:35:53 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id IPUgODija2XODQEAauVa8A (envelope-from ) for ; Sat, 02 Dec 2023 22:35:53 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id C5A4622901 for ; Sat, 2 Dec 2023 22:35:52 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=none ("invalid DKIM record") header.d=chillpc.fr header.s=mail header.b="N0/dHtBU"; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=chillpc.fr (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1701552952; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=ra+WjrZa+VIau2Pdvk7EQ/MH0CVjMyvY61gg6/Mgwl0=; b=dhz0kjS+zoXyP2fwsORKGCv7icihsbSzPRIpx6ht/YPXYR60TaRp5E4m/NM3Tbx21hiqVq RugC+pWoc86DNwBOQm5hHCxUlnkLafM/cuAeREQtxHsDJNWInQfcd3RNwnBl7QHj8OJT2F hYRDpGGngnL2/gWAFPsodHDIKMGa4CqjJmey+Lp4p99D7zcQHcZMNuR/iz2gLyW9VhdMVn Pj+ScQFAWKX0h+wmcQGgyxXT3AYh26YUf+yPpy100KVq13rYf11+r4MVoeGW8lb/5xBqJQ 5zSN0+7I5q0XEBmqJWnIOOXkPq3L59wjf1ddXNaYBuuHgqX5CgYZaEj7w1z6pw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=none ("invalid DKIM record") header.d=chillpc.fr header.s=mail header.b="N0/dHtBU"; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=chillpc.fr (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1701552952; a=rsa-sha256; cv=none; b=RdoX5YPPcDbKcicccDdMXvp3TKI3ygDw5RtFqwlWRp7TlZqhUR8JisZEEvRlCcjfzqjdX/ NboR/tclAANAolEvBGcUYJsS9/X4DfYglw+RqM7SUcCAmRvLR8htKD8HRAjrtoRB4lM5rH sRlLP5Uac5EHht26MEMspxP2ZxS68csO+PPVo2FYjaHOSB+LM+PiHLf6zn8O2n6B0i8ytd aC4G0Qo1d1xXfBZfHg3EHNwAcY3Sfm9udcZNcKQj2mzT4rt23wbSNxdh3WKd7A5fz431L4 knmqNEURh9I9V3P76PEbht5t5GzTBz1L47Subbj6++HqdLeJXB1i+598mu/qzw== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r9XdZ-00056W-Ng; Sat, 02 Dec 2023 16:34:57 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r9XdY-00055L-9L for guix-patches@gnu.org; Sat, 02 Dec 2023 16:34:56 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1r9XdY-0007hq-16 for guix-patches@gnu.org; Sat, 02 Dec 2023 16:34:56 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1r9Xdh-0000aT-GX; Sat, 02 Dec 2023 16:35:05 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#67592] [PATCH 07/14] gnu: rust-indexmap: Update to 2.1.0. Resent-From: =?UTF-8?Q?R=C3=A9mi?= Teissier Original-Sender: "Debbugs-submit" Resent-CC: efraim@flashner.co.il, guix-patches@gnu.org Resent-Date: Sat, 02 Dec 2023 21:35:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67592 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 67592@debbugs.gnu.org Cc: =?UTF-8?Q?R=C3=A9mi?= Teissier , Efraim Flashner X-Debbugs-Original-Xcc: Efraim Flashner Received: via spool by 67592-submit@debbugs.gnu.org id=B67592.17015528632103 (code B ref 67592); Sat, 02 Dec 2023 21:35:05 +0000 Received: (at 67592) by debbugs.gnu.org; 2 Dec 2023 21:34:23 +0000 Received: from localhost ([127.0.0.1]:58805 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r9Xd1-0000Xk-As for submit@debbugs.gnu.org; Sat, 02 Dec 2023 16:34:23 -0500 Received: from vps-1eeb809a.vps.ovh.net ([217.182.171.220]:60790 helo=mail.chillpc.fr) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r9Xcw-0000Vz-LZ for 67592@debbugs.gnu.org; Sat, 02 Dec 2023 16:34:19 -0500 Received: from localhost.localdomain (91-164-64-51.subs.proxad.net [91.164.64.51]) by mail.chillpc.fr (Postfix) with ESMTPSA id 82B69229D6; Sat, 2 Dec 2023 21:34:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=chillpc.fr; s=mail; t=1701552848; bh=GIdGeGEKhuD7sBtVI51/C+1mtgmBhT/ELSCOydN+4ao=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=N0/dHtBUlvUYPJSrGRvpgQO6S4K6QsENMGBsagghz1IqvgTqyAB82jy8owRpEYNtD uWD1oN87wwjiERGYI8WN87mymRjDS4PWkR6oEc5Toy/fXi6sp7IEC5LS88pYEjdLvG 2+HJ625VS+w7HORUYMUrdp+fnEXbxv9Hs/lTWKoobdg94gKBY7lJmgr22ENpIg0OFo uq0SU/fBecITup7lLafY6a8cvGRwl3ilvyBrQvSapH9lcmiNMypPhSi7TgaC0oq1tm 52QOmi2i8MT3t4RnrvWY+IJ2Er6mY320nepJmHaWM8Ftk5DP9NKRIRaJrxOuOHbaIm NBBbRdSKu+boQ== From: =?UTF-8?Q?R=C3=A9mi?= Teissier Date: Sat, 2 Dec 2023 22:33:08 +0100 Message-ID: <678d5ffa2649ed91ad015c18e676cbdd6d5bc146.1701551502.git.rteissier.code@chillpc.fr> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Queue-Id: C5A4622901 X-Spam-Score: -4.54 X-Migadu-Scanner: mx10.migadu.com X-Migadu-Spam-Score: -4.54 X-TUID: VsAMgpbSYs1A Change-Id: Icae0b1bc04bb5ff2ed50984a8b21591ff0ac060c --- gnu/packages/crates-io.scm | 48 +++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 7794ecf89a..35e0c050c9 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -33805,32 +33805,32 @@ (define-public rust-indenter-0.3 (define-public rust-indexmap-2 (package (name "rust-indexmap") - (version "2.0.0") - (source (origin - (method url-fetch) - (uri (crate-uri "indexmap" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 - "0pdnbvv6gnyxx2li8mks8p00fya3ynmhx3n6infpcy8a4gi7yiym")))) + (version "2.1.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "indexmap" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "07rxrqmryr1xfnmhrjlz8ic6jw28v6h5cig3ws2c9d0wifhy2c6m")))) (build-system cargo-build-system) (arguments - `(#:cargo-inputs - (("rust-arbitrary" ,rust-arbitrary-1) - ("rust-equivalent" ,rust-equivalent-1) - ("rust-hashbrown" ,rust-hashbrown-0.14) - ("rust-quickcheck" ,rust-quickcheck-1) - ("rust-rayon" ,rust-rayon-1) - ("rust-rustc-rayon" ,rust-rustc-rayon-0.5) - ("rust-serde" ,rust-serde-1)) - #:cargo-development-inputs - (("rust-fnv" ,rust-fnv-1) - ("rust-fxhash" ,rust-fxhash-0.2) - ("rust-itertools" ,rust-itertools-0.10) - ("rust-lazy-static" ,rust-lazy-static-1) - ("rust-quickcheck" ,rust-quickcheck-1) - ("rust-rand" ,rust-rand-0.8) - ("rust-serde-derive" ,rust-serde-derive-1)))) + `(#:cargo-inputs + (("rust-serde" ,rust-serde-1) + ("rust-rustc-rayon" ,rust-rustc-rayon-0.5) + ("rust-rayon" ,rust-rayon-1) + ("rust-quickcheck" ,rust-quickcheck-1) + ("rust-arbitrary" ,rust-arbitrary-1) + ("rust-hashbrown" ,rust-hashbrown-0.14) + ("rust-equivalent" ,rust-equivalent-1)) + #:cargo-development-inputs + (("rust-serde-derive" ,rust-serde-derive-1) + ("rust-rand" ,rust-rand-0.8) + ("rust-quickcheck" ,rust-quickcheck-1) + ("rust-lazy-static" ,rust-lazy-static-1) + ("rust-itertools" ,rust-itertools-0.11) + ("rust-fxhash" ,rust-fxhash-0.2) + ("rust-fnv" ,rust-fnv-1)))) (home-page "https://github.com/bluss/indexmap") (synopsis "Hash table with consistent order and fast iteration") (description -- 2.41.0