From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.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 gNp6Ebxx0mXHXQEA62LTzQ:P1 (envelope-from ) for ; Sun, 18 Feb 2024 22:08:12 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id gNp6Ebxx0mXHXQEA62LTzQ (envelope-from ) for ; Sun, 18 Feb 2024 22:08:12 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=rimm.ee header.s=herman header.b=kI7LkEMc; 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=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1708290492; h=from:from:sender:sender:reply-to: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=27pUKL9MHcOZ5J3dD7FDiuv6oQdL9yaoYBh3nRyQTyA=; b=YnvqYjHo+mRuSOSVgsUbcG1iwKn92OtGaQwhLlGQ+I9s7tXT77JefZpyczP44BX40LQX0l 3z+YDwxG0zbqv9Yrd2mUMIcq1fDNEaNvcxgMfqcc7VwXPyuaygqgISsE3GnGsRbLv/Q6ix QBR/pqO78ARXMqmL5cx/GrgmgF4W25QDEz3SeDN0uYEnmdhF31MbNsYTkDUL4IkzigEfoc Z6pRLm74YvgGcJ2yE0nZ+O10cHHLtLiQQru6p8pcaQmroi+oAWd+mQUWj7RBcffm6b6ISB F5+37F0DglLMS3VOmj+parrRsWMZ0MjeTxSmRYdnxs9WzSHTe3sqtOrvR8YB7A== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=rimm.ee header.s=herman header.b=kI7LkEMc; 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=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1708290492; a=rsa-sha256; cv=none; b=lr1hVf6ENlN6L1vUYC0tqTEMvVWLZnNDL8C1W2U69SvylkroAdK4EAx/VsDGr9r4aG6WHh 6l3y3oNn0V4/zmbyHJCPFfftUSuYetYkmUxr67V4ZQYbwPcKEFjgASPxOhX77TvCFkMzDf ORsqwpBML/yx8Caq6T7y3SsYO/aktihi9j2/bjWygiGzdGj/YdXgTTvHT+I9FWi+OkWLEe UsNtIrNJ0HoGBpPpWfMuUfAKsZp+zjBSlfNMB+Gya115A4Gw8FWXjeiDhjluSy7XyIQFCC 55Q9+K32WnV1yFx84M2Va3MQCRWo1PqHsTAKuu66xuhgq3ieqFiDiFmuOWjm4A== 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 0B4AA69934 for ; Sun, 18 Feb 2024 22:08:12 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rboO9-0002tv-PE; Sun, 18 Feb 2024 16:07:54 -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 1rboO1-0002qp-Rj for guix-patches@gnu.org; Sun, 18 Feb 2024 16:07:47 -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 1rboNx-0005rt-Qq for guix-patches@gnu.org; Sun, 18 Feb 2024 16:07:43 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rboOI-00030B-FW; Sun, 18 Feb 2024 16:08:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#69257] [PATCH 002/228] gnu: Add rust-anymap2-0.13. Resent-From: Herman Rimm Original-Sender: "Debbugs-submit" Resent-CC: efraim@flashner.co.il, guix-patches@gnu.org Resent-Date: Sun, 18 Feb 2024 21:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 69257 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 69257@debbugs.gnu.org Cc: Herman Rimm , Efraim Flashner X-Debbugs-Original-Xcc: Efraim Flashner Received: via spool by 69257-submit@debbugs.gnu.org id=B69257.170829044811194 (code B ref 69257); Sun, 18 Feb 2024 21:08:02 +0000 Received: (at 69257) by debbugs.gnu.org; 18 Feb 2024 21:07:28 +0000 Received: from localhost ([127.0.0.1]:38628 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rboNk-0002uJ-5m for submit@debbugs.gnu.org; Sun, 18 Feb 2024 16:07:28 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:51237 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rboNi-0002ts-Q2 for 69257@debbugs.gnu.org; Sun, 18 Feb 2024 16:07:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1708290415; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=27pUKL9MHcOZ5J3dD7FDiuv6oQdL9yaoYBh3nRyQTyA=; b=kI7LkEMcCd7UPxwMEolA5Le7yQIWRB0FKMoDNA/87bz1hf12JHflk9yjS+COQIy9r8RgUm WvNxfgjQ6WSV4dsGRHkMHgA01oQk7D95VZcXHz9h7asLumgrG3eOCgGyUcZsZ/K+nXl3uu iBwIewI2pCYSVXdWYRjDo79ksZ3A0WJr4C2wIqHoc6a8MRj7L9fNP9qQZrs7/n9mTzKujk L8kDgRtp5r16O1HV7RzCxY26uQEq8b3+qENuJaByUirxDIvoOPj+vFGaem6TyT8/9WAR3U 2BVMX92R5QyJHvZxFDaCve5EybzyUNlUwrEadigWw2HYjK4TaWv44dvsrcQAng== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id bde2d903 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sun, 18 Feb 2024 21:06:55 +0000 (UTC) Date: Sun, 18 Feb 2024 22:02:00 +0100 Message-ID: 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: , Reply-to: Herman Rimm X-ACL-Warn: , Herman Rimm via Guix-patches From: Herman Rimm via Guix-patches via 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-Scanner: mx10.migadu.com X-Migadu-Spam-Score: -4.61 X-Spam-Score: -4.61 X-Migadu-Queue-Id: 0B4AA69934 X-TUID: BlGs0YUQ3TUk * gnu/packages/crates-io.scm (rust-anymap2-0.13): Add variable. --- gnu/packages/crates-io.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 4221dcae49..29ccbd9477 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -1849,6 +1849,26 @@ (define-public rust-anymap-0.12 type.") (license (list license:expat license:asl2.0)))) +(define-public rust-anymap2-0.13 + (package + (name "rust-anymap2") + (version "0.13.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "anymap2" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "031kw3bp0zh2pn9fcayaw0w0gydgpgfhm08pg4yz5cml9jwv60fk")))) + (build-system cargo-build-system) + (arguments `(#:skip-build? #t)) + (home-page "https://github.com/azriel91/anymap2") + (synopsis "Safe and convenient store for one value of each type") + (description + "This package provides a safe and convenient store for one value of +each type.") + (license (list license:expat license:asl2.0)))) + (define-public rust-app-dirs2-2 (package (name "rust-app-dirs2") -- 2.41.0