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 4JotNNmfT2W5AgAAauVa8A:P1 (envelope-from ) for ; Sat, 11 Nov 2023 16:38:02 +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 4JotNNmfT2W5AgAAauVa8A (envelope-from ) for ; Sat, 11 Nov 2023 16:38:01 +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 B44BC5A4B6 for ; Sat, 11 Nov 2023 16:38:01 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=k5S9wGg4; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1699717081; 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=96+LrBaMvgtabaQ3AVsQrTZcHDNNtBBU3U8DwO9UE8A=; b=X0JHfJytPSXpSriiYQNFSbil8zJN6ChyEFvYofbBkoV8yfIBdN9wNNaehEE956QrX4rmOV VFh+8xxhaOjajQTfbN2TdoYdAq0esftJ/DhoKkyhy9RTr2ABBeH7sO3lyhyanInHG4fV1J t6QzUYjbYnUP5wh5mbkXZGoCRXh50VUf5K4/aiwTfj+Z72Pv4ujcSoUYc4WmNi8ZXQHZgk ogYpNbf/iUu52O+cui28Y8LQVTr+smlewyaxZQr9L5E9SRpMq+YC4Np0wD+NwzE3lPW7OP mokq7GVQNPLZQ0E5/TQHhEgSr/9KWhqw13lhKi4KjHQ7XQiCCA3ctkf7L4xxbg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=k5S9wGg4; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); 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" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1699717081; a=rsa-sha256; cv=none; b=rXSl357jJFH1IhkFxQCtmRINs8ALC3a0qvkyJxXJdCz3EpsPz0L8txZCQ+QkGSktK0zx+i akKJ58jybJiaY7HXf2uVY6HLsKZOuG4zo3tkp/EHwbxCfcNMLQKQB/if0TXHm2oB+f4+UB 87vB+zC1m6CsvbflxXG20IFrh9sbG8gEzwIqeRypLnd6dauC3G8eGjqfTvQ+LA8tbW60UA Y4/itWKyjOGQIKr09e6zJraAB4Vitn7PUMvw+ktkFc6R3hRLS87YfXsTzia/76hKIYnxOq SbSrWUJXA5+EHldhbUhADdaAKDVQ004Pwakyh5epQVMKhbiM3JDMdHmxczh4Yg== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r1q34-0001Lf-EV; Sat, 11 Nov 2023 10:37:26 -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 1r1q33-0001Ka-2f for guix-patches@gnu.org; Sat, 11 Nov 2023 10:37:25 -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 1r1q32-0002GI-RH for guix-patches@gnu.org; Sat, 11 Nov 2023 10:37:24 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1r1q3h-0001rq-6X; Sat, 11 Nov 2023 10:38:05 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#67077] [PATCH 07/36] gnu: Add rust-borsh-0.10. Resent-From: =?UTF-8?Q?V=C3=96R=C3=96SK=C5=90I_?= =?UTF-8?Q?Andr=C3=A1s?= Original-Sender: "Debbugs-submit" Resent-CC: efraim@flashner.co.il, guix-patches@gnu.org Resent-Date: Sat, 11 Nov 2023 15:38:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67077 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 67077@debbugs.gnu.org Cc: =?UTF-8?Q?V=C3=96R=C3=96SK=C5=90I_?= =?UTF-8?Q?Andr=C3=A1s?= , Efraim Flashner X-Debbugs-Original-Xcc: Efraim Flashner Received: via spool by 67077-submit@debbugs.gnu.org id=B67077.16997170396695 (code B ref 67077); Sat, 11 Nov 2023 15:38:05 +0000 Received: (at 67077) by debbugs.gnu.org; 11 Nov 2023 15:37:19 +0000 Received: from localhost ([127.0.0.1]:53796 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r1q2w-0001ju-Vu for submit@debbugs.gnu.org; Sat, 11 Nov 2023 10:37:19 -0500 Received: from mail-lj1-x234.google.com ([2a00:1450:4864:20::234]:54610) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r1q2s-0001ic-QJ for 67077@debbugs.gnu.org; Sat, 11 Nov 2023 10:37:15 -0500 Received: by mail-lj1-x234.google.com with SMTP id 38308e7fff4ca-2c834c52b5aso18155581fa.1 for <67077@debbugs.gnu.org>; Sat, 11 Nov 2023 07:36:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1699716988; x=1700321788; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=96+LrBaMvgtabaQ3AVsQrTZcHDNNtBBU3U8DwO9UE8A=; b=k5S9wGg4p3br4eQS+9p6rC3GVAofq+aKoLAu+xFzKlYQcd4JNc+gNMwTVltc7POcz2 Kckgo2chElRMVCtMy7+C6HhV/5cIVX30NGmwN1Iy/PpdlCTHbPyZT8H/mwoGin88AJz1 /AJ5NL2iK7WbQTG+6bF7glrYauVfwLISKjNmiBmkViK10WRAocLVvUibHZLdGmM4E3gu cRwglmPhIxGhOu1fJhrKvIihBcUi1hmHoLdu9AQghKpefaGW6adP9DUO8MgH5m2Hl5QK YaMM3bmA3y74yll2gyWdpRCLhFMVTYj4BwZIeZhdUHUnnSQaZ1Pg68yAba6qoCnBvv3K SDmg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1699716988; x=1700321788; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=96+LrBaMvgtabaQ3AVsQrTZcHDNNtBBU3U8DwO9UE8A=; b=UEtPtGLHhhmyTeaIJAKlqSRmiCuXApoLpQrZ6SdXdS+lnNnHygcMuJ2bsRCqppaAaA b84Cuw67oqfSGCAIJlG5iPdDiNgGTdS/3140KxFWxv2sHrRHcObPeRtXAvoD/AmtrV9l z7V0zRUAZw2LympgftjEohDM9ELzWd+1pCivaKJeyNb/QQinYlweUb6Y74/jEr5GpymK 0k0ARUqrW3bl2EnzAgxeegCpZ2UDAdpIGGljtf2tVygqAnotjzt+trIOt9FqBKkr4auc 0x5Wavo4MyMSfky0ysB1frahOY90/U3jJdOi7GyeGR9MuAbE+HEvchBtfaBZ3Nowbjqw xPCw== X-Gm-Message-State: AOJu0YyZtO185ahP8v0UOrlVRCoS1xLYBqHSqGfKVqnF8jUnXqvEAMZp qtNBPoyWaz/ejHKceKvUcy5LbhlWa7E= X-Google-Smtp-Source: AGHT+IGkseF4Ooao9W/LO6LACElWI271vENHIUVCJhY1Xz9AvJ2NmY0OM6nUPypaRlxvLuEYXTDr9g== X-Received: by 2002:a19:5e15:0:b0:500:94c3:8e3b with SMTP id s21-20020a195e15000000b0050094c38e3bmr1311462lfb.57.1699716988297; Sat, 11 Nov 2023 07:36:28 -0800 (PST) Received: from localhost (87-97-126-53.pool.digikabel.hu. [87.97.126.53]) by smtp.gmail.com with ESMTPSA id m20-20020a056402051400b005333922efb0sm1102356edv.78.2023.11.11.07.36.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 11 Nov 2023 07:36:27 -0800 (PST) From: =?UTF-8?Q?V=C3=96R=C3=96SK=C5=90I_?= =?UTF-8?Q?Andr=C3=A1s?= Date: Sat, 11 Nov 2023 16:35:15 +0100 Message-ID: <5451242319b51dc256b0b497c681c85a4aeefe4b.1699716942.git.voroskoi@gmail.com> 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-Spam-Score: 4.39 X-Spam-Score: 4.39 X-Migadu-Queue-Id: B44BC5A4B6 X-Migadu-Scanner: mx10.migadu.com X-TUID: eTdm8/KGV5pS * gnu/packages/crates-io.scm (rust-borsh-0.10): New variable. Change-Id: Ib622fc9af07092dfa8f7a81a3816586999716c12 --- gnu/packages/crates-io.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 2acbf4931e..0d2c824456 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -9261,6 +9261,33 @@ (define-public rust-blowfish-0.9 (description "Blowfish block cipher") (license (list license:expat license:asl2.0)))) +(define-public rust-borsh-0.10 + (package + (name "rust-borsh") + (version "0.10.3") + (source + (origin + (method url-fetch) + (uri (crate-uri "borsh" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "0sq4l9jfik5dmpy1islcj40bing1jkji2q1qbrkvq1d02n92f521")))) + (build-system cargo-build-system) + (arguments + `(#:tests? #f ;; failing tests + #:cargo-inputs + (("rust-borsh-derive" ,rust-borsh-derive-0.10) + ("rust-bytes" ,rust-bytes-1) + ("rust-hashbrown" ,rust-hashbrown-0.13)) + #:cargo-development-inputs + (("rust-bytes" ,rust-bytes-1)))) + (home-page "https://borsh.io") + (synopsis "Borsch is the binary object representation serializer for hashing") + (description "This crate implements @code{borsh}, the binary object representation +serializer for hasing. It is meant to be used in security-critical projects as it +prioritizes consistency, safety, speed, and comes with a strict specification.") + (license (list license:expat license:asl2.0)))) + (define-public rust-borsh-derive-0.10 (package (name "rust-borsh-derive") -- 2.41.0