From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id 4PTLLN1sQGXMuQAAG6o9tA:P1 (envelope-from ) for ; Tue, 31 Oct 2023 03:56:29 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:58f0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id 4PTLLN1sQGXMuQAAG6o9tA (envelope-from ) for ; Tue, 31 Oct 2023 03:56:29 +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 9106014195 for ; Tue, 31 Oct 2023 03:56:29 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=runbox.com header.s=selector2 header.b="UL+u/gZB"; dmarc=pass (policy=none) header.from=gnu.org; 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=1698720989; a=rsa-sha256; cv=none; b=MTUhVKFl+QzFTO0b3vA/Z0x9bgnOrGm58yYRDsLdi8kVJsii9RUFkMjR2YD91loDX817I5 NLims+ZcEmzW7n+8nbQfWLCaomgngeoZIfIvfq0Vvu6SrHYFTyaO+Uqwk2JvDRAsFArKXG f+hl5s/6BazlohLQsO/ygoNo5AWNUtqQv74x7htsd5W+5RuNunZl3/dpkAt/P1zXEnwarf uFuP4koQvrivJTQg8P6vpRltGv1ZJ7PHA9TQD0pVJ1Yqz3zJq+EvR/+CmA4+itPCBI9VOp iLDxaUhAk0xUnNzy2q9XgqL6Lt2/n69xQ4HlgAKfHY5TfkfGCIAVRRVSPyApqA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1698720989; 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=ZxK8GdlFcVX6ZQTadK0VRCXWkJROfPxfUK4bGE1KSYg=; b=e/MWOV76vaAuK/ISIjYhmAEySaF+85OYvHkcmjdytQw5APW3m0qjaUiUOEO85bQ/rVQsP2 FrLZnITNzhLusvSTT0lSMZBHRGXayU1/DALXq871lZX63ZgdL8rgsH2Xu1wYnqwMwsYQcB DxFZuZ+XDH4ld4272jKUaqRGTMwjvhToNB6J1Yv9SYAjoy0W5ziWpS8GK7xf9krWEtgOo0 uRBAPKqhFkCcQRXZLjv5saaCWfb3tWvpXW4CWWM61sMoeqetRZlVtmFAXEQW8pcB9543Te 8xtUPxsZN8wpPCOPJhvoBPjgyAvxwp8JE8x6Lr45FGizJysoDVNuW/78IWR7DQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=runbox.com header.s=selector2 header.b="UL+u/gZB"; dmarc=pass (policy=none) header.from=gnu.org; 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" Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qxeuh-0007dA-OH; Mon, 30 Oct 2023 22:55:31 -0400 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 1qxeug-0007au-FU for guix-patches@gnu.org; Mon, 30 Oct 2023 22:55:30 -0400 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 1qxeug-0001OS-79 for guix-patches@gnu.org; Mon, 30 Oct 2023 22:55:30 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qxevD-0001gE-MF for guix-patches@gnu.org; Mon, 30 Oct 2023 22:56:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66842] [PATCH 09/39] gnu: Add rust-windows-x86-64-gnu-0.39. Resent-From: Jaeme Sifat Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 31 Oct 2023 02:56:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66842 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66842@debbugs.gnu.org Cc: Jaeme Sifat Received: via spool by 66842-submit@debbugs.gnu.org id=B66842.16987209446350 (code B ref 66842); Tue, 31 Oct 2023 02:56:03 +0000 Received: (at 66842) by debbugs.gnu.org; 31 Oct 2023 02:55:44 +0000 Received: from localhost ([127.0.0.1]:47244 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxeuu-0001eG-Bf for submit@debbugs.gnu.org; Mon, 30 Oct 2023 22:55:44 -0400 Received: from mailtransmit04.runbox.com ([2a0c:5a00:149::25]:52500) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qxetY-0001VV-OJ for 66842@debbugs.gnu.org; Mon, 30 Oct 2023 22:54:21 -0400 Received: from mailtransmit03.runbox ([10.9.9.163] helo=aibo.runbox.com) by mailtransmit04.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1qxesv-00GBXD-IN for 66842@debbugs.gnu.org; Tue, 31 Oct 2023 03:53:41 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=runbox.com; s=selector2; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To :Message-Id:Date:Subject:Cc:To:From; bh=ZxK8GdlFcVX6ZQTadK0VRCXWkJROfPxfUK4bGE1KSYg=; b=UL+u/gZBT6mj7zzparvfs6TuEP LSonfP76S6AQVxltLRam97lsxsZHKRY8ry6MUE+gC3RzNl3KFA5mARL2fagZnr1xU4/oargufm6HQ P9yGLkNm4Ts8G1GDdkV7ZDWeBV/fErNccpW+LRYpG3PJZJ0o107gSwgYOwb8rOr0+60qvUDdAt5UR IA140b/S6KggBjcp0MLQzJ4xrFIxw4EosB7TREF8yUUxL4bwz5UTzFCpibb99J8Q07RM4SgKebTYd 3yH5OQ07dKuWjsjBOYUVaaDZNl/YH/hJWoIDXhKcn4hO9Jg/u+qXv/Gd/WX4BPnr6EC5iFIHo9XgN JYhbQr2A==; Received: from [10.9.9.73] (helo=submission02.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1qxesv-0003GN-AV for 66842@debbugs.gnu.org; Tue, 31 Oct 2023 03:53:41 +0100 Received: by submission02.runbox with esmtpsa [Authenticated ID (1176697)] (TLS1.2:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.93) id 1qxesE-0088By-UZ; Tue, 31 Oct 2023 03:52:59 +0100 Date: Mon, 30 Oct 2023 22:52:13 -0400 Message-Id: X-Mailer: git-send-email 2.34.1 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: Jaeme Sifat X-ACL-Warn: , Jaeme Sifat via Guix-patches From: Jaeme Sifat 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: mx11.migadu.com X-Spam-Score: -6.21 X-Migadu-Queue-Id: 9106014195 X-Migadu-Spam-Score: -6.21 X-TUID: B6ueyUMoRX5c * gnu/packages/crates-io.scm (rust-windows-x86-64-gnu-0.39): New variable. Change-Id: I3f12ce86ede98b1285f1007cb4ea205bb77e83f5 --- gnu/packages/crates-io.scm | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index dc1cb35dc5..a765b0fc3f 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -83698,7 +83698,7 @@ (define-public rust-windows-x86-64-gnu-0.48 (base32 "1cblz5m6a8q6ha09bz4lz233dnq5sw2hpra06k9cna3n3xk8laya")) (snippet - '(delete-file "lib/libwindows.0.48.0.a")))) + #~(delete-file "lib/libwindows.0.48.0.a")))) (build-system cargo-build-system) (arguments (list #:skip-build? #t)) @@ -83721,10 +83721,25 @@ (define-public rust-windows-x86-64-gnu-0.42 (base32 "0dnbf2xnp3xrvy8v9mgs3var4zq9v9yh9kv79035rdgyp2w15scd")) (snippet - '(delete-file "lib/libwindows.a")))) + #~(delete-file "lib/libwindows.a")))) (arguments (list #:skip-build? #t)))) +(define-public rust-windows-x86-64-gnu-0.39 + (package + (inherit rust-windows-x86-64-gnu-0.42) + (name "rust-windows-x86-64-gnu") + (version "0.39.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "windows_x86_64_gnu" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "0r9b4lmapq66nn2dga7a0mkdv5sgbp184kfwx3hklrbxcdjw2s38")) + (snippet + #~(delete-file "lib/libwindows.a")))))) + (define-public rust-windows-x86-64-gnu-0.36 (package (inherit rust-windows-x86-64-gnu-0.42) -- 2.34.1