From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id WPDlCDqG0mXyfgEAe85BDQ:P1 (envelope-from ) for ; Sun, 18 Feb 2024 23:35:38 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id WPDlCDqG0mXyfgEAe85BDQ (envelope-from ) for ; Sun, 18 Feb 2024 23:35:38 +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=fKrATN2k; 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=1708295738; 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=FuSFABxoe3kNkK6I8bD5d3O3Iw6U15zNpSRHD+Mm0qg=; b=OPQkiOly5pCqEHneU9gzTSC1vvypQyzFND0X7wAw+eOEgbylLYt7WVQDBBR4Dd4xIf17s1 pMOXpG+UW1kKNU2ZW9UU1gMmWhck32fCukp/ptE0YEkrJCvd4xV0wNFUcUYxqRfSqkypwj TV5124RWzQcTvSOa+V67HocoO43N7HfRlII5l1vJnohvLtcUpupY3xhTbbxs7F3xJiYq50 ma7iVDra6eh1OpzDDDGbfmRkfdlHPXyJf2j3viAD+uqDCYvDorslyAToqgKg8NcbRTefj2 tHUEwoXv3fS2qRYVShmLVDc/NevbufdBq1uSenKOtsP7kh3xHf9lbZTBxc6TCg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=rimm.ee header.s=herman header.b=fKrATN2k; 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=1708295738; a=rsa-sha256; cv=none; b=gVY/7h+Wu1+/7zkWTzxqvwdFvHCsljxpUAyv7ayK5Z5Vu13/d+HYUpscn5P45XdDMcy+St NAoYXRtO2wxjdSkJFgLjILxSbw/95UZxOhM4GIh96DrwLbUWw7KcpIUJHK+hZnHV01RlQQ Jw32NgikNJI0T529YLnv+MpmEZ6X7oSZH+gy3jDTKruavaSGLb8J8u0GbeNaCUCSLgLHCj e73200dU/lLH7zNvwThkbJeI6yVYFJB29V0TiG2GonHirgjjy8YYyuIoZCwtYfXV4f5//u 1m+D2dy3jjEFzYoxFlCjlgRhaFMkD6zCR7DaBKjOo/ZPgijOKvPyhkejFJ1XHA== 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 0D5EB268BC for ; Sun, 18 Feb 2024 23:35:38 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rboo8-0001wh-UZ; Sun, 18 Feb 2024 16:34:44 -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 1rboo7-0001vT-Hy for guix-patches@gnu.org; Sun, 18 Feb 2024 16:34:43 -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 1rboo7-0003Zr-9f for guix-patches@gnu.org; Sun, 18 Feb 2024 16:34:43 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rbooR-0004hh-VR; Sun, 18 Feb 2024 16:35:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#69257] [PATCH 088/228] gnu: Add rust-prost-types-0.11. 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:35:03 +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.170829207117894 (code B ref 69257); Sun, 18 Feb 2024 21:35:03 +0000 Received: (at 69257) by debbugs.gnu.org; 18 Feb 2024 21:34:31 +0000 Received: from localhost ([127.0.0.1]:39724 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rbonu-0004eS-G5 for submit@debbugs.gnu.org; Sun, 18 Feb 2024 16:34:30 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:55415 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rboOA-0002vV-H4 for 69257@debbugs.gnu.org; Sun, 18 Feb 2024 16:07:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1708290451; 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=FuSFABxoe3kNkK6I8bD5d3O3Iw6U15zNpSRHD+Mm0qg=; b=fKrATN2kIztTYuNwzCoeFqHaTYOT9lcIfQBUmXg+ATHJhuvE31vhHADQyIT6e1/4M/EKbi 7zKJCxzxOrEWebC4ZZ8KYhCEt3HxvrfuLMi7IfSamD1nHYMgh1XhJzqf44nqryBgsMvkU8 QuiGovy6Kkv+fJaxkTw1hJASFpFF1fhc/H0he/XPlcF0OUx/aMVKPIhPEjsUXdxKMuEQg3 cnAmQSevvYagE95kExm4gqN7RvO4EjibWfrxWcagC8cluHnts7qqYzP72gwlbjHXdkc90X n8/42URzQVS1FeUH4pyHTO3FCsvkq/0kiLUjdmAFhdSYn9NDDJd74Hd5Fim2Fw== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id c44e14bf (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sun, 18 Feb 2024 21:07:31 +0000 (UTC) Date: Sun, 18 Feb 2024 22:03:26 +0100 Message-ID: <97b18704c8df53559c6ce7e676d2d563cbd058ed.1708288185.git.herman@rimm.ee> 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-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: mx12.migadu.com X-Migadu-Spam-Score: -6.48 X-Spam-Score: -6.48 X-Migadu-Queue-Id: 0D5EB268BC X-TUID: quke/MkAaDK3 * gnu/packages/crates-io.scm (rust-prost-types-0.11): Add variable. Change-Id: I20b77a8cca2b1d3d1771fe0121f602ee38afec66 --- gnu/packages/crates-io.scm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index c414933a00..aff8d7db2c 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -51131,6 +51131,22 @@ (define-public rust-prost-types-0.12 Protobuf reference for more information about well known types.") (license license:asl2.0))) +(define-public rust-prost-types-0.11 + (package + (inherit rust-prost-types-0.12) + (name "rust-prost-types") + (version "0.11.9") + (source + (origin + (method url-fetch) + (uri (crate-uri "prost-types" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "04ryk38sqkp2nf4dgdqdfbgn6zwwvjraw6hqq6d9a6088shj4di1")))) + (arguments + `(#:cargo-inputs (("rust-prost" ,rust-prost-0.11)) + #:cargo-development-inputs (("rust-proptest" ,rust-proptest-1)))))) + ;; It's recommended that rust-protobuf, rust-protobuf-codegen ;; and rust-probuf-codegen-pure be the same version (define-public rust-protobuf-2 -- 2.41.0