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 wBIJCwxy0mUHQwAAe85BDQ:P1 (envelope-from ) for ; Sun, 18 Feb 2024 22:09:32 +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 wBIJCwxy0mUHQwAAe85BDQ (envelope-from ) for ; Sun, 18 Feb 2024 22:09:32 +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=Achov5ST; 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=1708290572; 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=D7+eEfoeaNLNyuYZimuP7hOFknM2OsWQVakc+Ot3Lmc=; b=eqvDdttTq7mB4DmYJl5NBx67UpQIVpju3SImkH0XbGQWv34x2IfU7B0PfHFyfYFNp8qVX9 i1+azZn/le2M9XNJDTzsQjX3A58w33AQHv7jaOKLipuskCU0PoSQNoZrgNxQB+9i8VWGEa +9+52Uu8StXzvVF4ZDKiXOS4HmYtRjRyK+9i4B+WjPvV0JbQm/xSq9pD/xeu1tPj69LgEz GvNkAGvgo/mcJhg5yrE9NBlffc0GRIi1jc0wFV/Si0uJOElaH9KUpXEzsfJichwK2H1UZr 2uqpmyP4BPiAg+JiITQNTHRfojMTAdKX+QEE93uirtuyM4jxfo3Tt+nD63M/dQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=rimm.ee header.s=herman header.b=Achov5ST; 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=1708290572; a=rsa-sha256; cv=none; b=VbZZ9/C3U7z2ssCnGTCV9nJXh1VUfPiOR8FbFUnKTARzhprRsXtAoBQgvz/W+Q2exR5oj8 eWR6kVQ6yOt+4EKsYrOzdiJT9O0Uj2g2i+K/5G/8kG5RJDaE54qxii1RhOa4VzRyPNvcjF Q2FkoUGeAiRkjeBzEueYCsjhYHZR9aWKSSNtSbrvG57mE0dLJ0CJpDS2i4pva30vE3z5yF E65ZG+s0R5JHRBcYP6fO0bJH8VHQwt4wbuAxaRd8xw7pHhmqUEFot2SHCroGaER0h3IwtO GqjCBeCLkz5kIaTbOtBJmOJbGRBO0SarYcMptJbCCM5HzMiyPbGYM+WnoTWBLg== 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 195AF22A10 for ; Sun, 18 Feb 2024 22:09:31 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rboOW-00033r-1K; Sun, 18 Feb 2024 16:08:16 -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 1rboOB-0002uN-9h for guix-patches@gnu.org; Sun, 18 Feb 2024 16:07:55 -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 1rboO5-0005tk-Ss for guix-patches@gnu.org; Sun, 18 Feb 2024 16:07:52 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rboOQ-00033X-GX; Sun, 18 Feb 2024 16:08:10 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#69257] [PATCH 008/228] gnu: Add rust-compiletest-rs-0.9. 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:10 +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.170829048411609 (code B ref 69257); Sun, 18 Feb 2024 21:08:10 +0000 Received: (at 69257) by debbugs.gnu.org; 18 Feb 2024 21:08:04 +0000 Received: from localhost ([127.0.0.1]:38759 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rboOK-000313-Ch for submit@debbugs.gnu.org; Sun, 18 Feb 2024 16:08:04 -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 1rboNm-0002ts-2W for 69257@debbugs.gnu.org; Sun, 18 Feb 2024 16:07:30 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1708290417; 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=D7+eEfoeaNLNyuYZimuP7hOFknM2OsWQVakc+Ot3Lmc=; b=Achov5STuJy4urc9n4c0RhhqI0eZSlir0ZN9sqlkJBPl+mBgcDojpSUVZHN+ZpXddtuMEe PsxNkDIilW7ECdjH/2IzI2wuUHK71Y7ONbVM1RAHwwzdShUuM8/YJbZjQDyOBx9OulccnQ vNLmnnKxRGVXUko8GdvWvwkCP3uyqes/LYFx/yLjt010WSONUW932bKw0d5rBKmvoPjda0 dWNrQF/vEeeu67fSXsCxLRXfIvUQ/oLpPM/w0LFGdob/Y6O4u7nBv2taP3jguvuGtir/f0 7Kkaoo2rXKcpizBzl9kImwIZ5c+m/00fJk/kvKasULJNbUtdHnjsibjj+bC6dA== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 88a98439 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sun, 18 Feb 2024 21:06:57 +0000 (UTC) Date: Sun, 18 Feb 2024 22:02:06 +0100 Message-ID: <784f48c91209e8227cfd8d3c1f20901716aeec5e.1708288182.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: 195AF22A10 X-TUID: 6D44SckpQaNb * gnu/packages/crates-io.scm (rust-compiletest-rs-0.9): Add variable. --- gnu/packages/crates-io.scm | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index a6de29f8ba..51ab31cdb3 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -12890,6 +12890,19 @@ (define-public rust-compiletest-rs-0.10 Rust compiler.") (license (list license:asl2.0 license:expat)))) +(define-public rust-compiletest-rs-0.9 + (package + (inherit rust-compiletest-rs-0.10) + (name "rust-compiletest-rs") + (version "0.9.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "compiletest_rs" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "0wmk12mb8xskdv5mf3p33l2w4w76bcxjx3zlwn94zslaf6xrnj3h")))))) + (define-public rust-compiletest-rs-0.3 (package (inherit rust-compiletest-rs-0.10) -- 2.41.0