From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id cPWxBtNQA2QesQAAbAwnHQ (envelope-from ) for ; Sat, 04 Mar 2023 15:08:19 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id cN21BtNQA2TLKgAA9RJhRA (envelope-from ) for ; Sat, 04 Mar 2023 15:08:19 +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 D135FBECC for ; Sat, 4 Mar 2023 15:08:18 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pYSXT-00086b-5L; Sat, 04 Mar 2023 09:07:07 -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 1pYSXR-00085P-Pw for guix-patches@gnu.org; Sat, 04 Mar 2023 09:07:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pYSXR-000382-HO for guix-patches@gnu.org; Sat, 04 Mar 2023 09:07:05 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pYSXR-00010U-Eq for guix-patches@gnu.org; Sat, 04 Mar 2023 09:07:05 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61958] [PATCH 26/32] gnu: Add rust-windows-sys-0.45. Resent-From: Arjan Adriaanse Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 04 Mar 2023 14:07:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61958 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61958@debbugs.gnu.org Cc: Arjan Adriaanse Received: via spool by 61958-submit@debbugs.gnu.org id=B61958.16779388213797 (code B ref 61958); Sat, 04 Mar 2023 14:07:05 +0000 Received: (at 61958) by debbugs.gnu.org; 4 Mar 2023 14:07:01 +0000 Received: from localhost ([127.0.0.1]:35597 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pYSXM-0000z4-In for submit@debbugs.gnu.org; Sat, 04 Mar 2023 09:07:00 -0500 Received: from dane.soverin.net ([185.233.34.149]:34733) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pYSXI-0000xh-Br for 61958@debbugs.gnu.org; Sat, 04 Mar 2023 09:06:56 -0500 Received: from smtp.freedom.nl (c04smtp-lb01.int.sover.in [10.10.4.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dane.soverin.net (Postfix) with ESMTPS id 4PTRV04Mr5zyPm; Sat, 4 Mar 2023 14:06:48 +0000 (UTC) Received: from smtp.freedom.nl (smtp.freedom.nl [10.10.4.107]) by freedom.nl (Postfix) with ESMTPSA id 4PTRTz30Rdz2J; Sat, 4 Mar 2023 14:06:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=adriaan.se; s=soverin; t=1677938808; bh=1qwfEfTk+V6C3INgXxW5Loe1Bch245AD/LMAFg8C1a8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ihQZJcuZrQTC0E3qT122BvfM3BAZLYsE7y14NlZlX8aJ7fkqynmf1e/X/UIQcGwYw FfG1TLiWvee9+IWKYIHpiyP4eSj/q4pxkXz/NR09lXhXngz/mWWYjR2P1CHMwBR7sl Sempd7Apbwb6LBqHwfNy/+l3lD/lmmKcz2jLWHifTYRjrAG11SGTKSaiYjEgCiQEnI sgfU2WOdVcTbiNxXmxFN89h7dOJnp9rcOANuY0R+wW9o+yY9JJjcl0XTfCaGRq8wNX eOeKWo8LVsKBERuodFHYRwTk9NYDCeetLWpp5TPo/htpDTNpU8NnO+lgbgWEV9LaaC ImOyqJaFzugIg== X-Soverin-Authenticated: true From: Arjan Adriaanse Date: Sat, 4 Mar 2023 15:06:39 +0100 Message-Id: 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-Country: US X-Migadu-Flow: FLOW_IN ARC-Seal: i=1; s=key1; d=yhetil.org; t=1677938898; a=rsa-sha256; cv=none; b=W/AIxL7bEaTBAk1SEog7sXU1u36I2sAYJIxT8T0EvO+2U0bOdkNlki0LDd+diDGbM6X7Wr mwub0nZ/Kqt2FLUmMrpUD/oc8YYqjiuENN/WK7l0ezSJMntQwlx3Qf1KacAaWnJ5a22tbp RZIMSURH9FHxVMnu1mi2tvJcdhZ/3o8HcL38H9BBsGVatXsLVGUqMDMrHLDo+5oHcELPO6 meigD+fUaY26iQZr42n/G+N+v+Oizo7Fjnch5fkdgqJgqiFD1PdB6Q6Tsp2pQYZTPMEes7 NrQzTN7uzArZxYW1JynxEFC3knTTmHeR5HnYEYJZLVDHGxw9y2U6DxWBHoqJyQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=adriaan.se header.s=soverin header.b=ihQZJcuZ; 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=none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1677938898; 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=VdYEVH4SAjtGHQ4fGbEuDxHToVuz1/2bdqclxQ4KB94=; b=sOf16mJ63dwUYqG124jM2x/NbIvZpa6Np2h+G3NA8Ow0THNG8UdHGFJP48qQiTJ/ilMXgl KKsuQtTutZJ3HOCrMvzgbON7vPWIdz83TCBbcKntOr8IceVqHEKEnS4jb4w4an3MkGIaup ICaC6ixVc7UroBwMwXZ6kEu6ZgNSZASSjh/HltLWsnica9EMkb8WGTVUmrPi6lWZdAFiIR 7ks4rhd9Tu4MNSRdkRO9ffeQEiivA139NRYGs2OlS6tCxUzxRw7RCEtyyk6nakatnmFjt9 XAnjQr7DzcQxeJwuwzqZ8vmyEfmFmyCLTXw8TC+5P/04Yzbi95MEF8ermw0m5g== X-Migadu-Scanner: scn1.migadu.com X-Migadu-Spam-Score: -0.80 X-Spam-Score: -0.80 X-Migadu-Queue-Id: D135FBECC Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=adriaan.se header.s=soverin header.b=ihQZJcuZ; 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=none X-TUID: 5pHQA617jmDs * gnu/packages/crates-io.scm (rust-windows-sys-0.45): New variable. (rust-windows-sys-0.42): Inherit from above. --- gnu/packages/crates-io.scm | 34 +++++++++++++++++++++++++--------- 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 9eadd6b96b..2de43cd8aa 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -69435,8 +69435,32 @@ (define-public rust-windows-implement-0.32 crate.") (license (list license:expat license:asl2.0)))) +(define-public rust-windows-sys-0.45 + (package + (name "rust-windows-sys") + (version "0.45.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "windows-sys" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1l36bcqm4g89pknfp8r9rl1w4bn017q6a8qlx8viv0xjxzjkna3m")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs + (("rust-windows-targets" ,rust-windows-targets-0.42)))) + (home-page "https://github.com/microsoft/windows-rs") + (synopsis "Rust for Windows") + (description "The windows crate lets you call any Windows API past, +present, and future using code generated on the fly directly from the metadata +describing the API and right into your Rust package where you can call them as +if they were just another Rust module.") + (license (list license:expat license:asl2.0)))) + (define-public rust-windows-sys-0.42 (package + (inherit rust-windows-sys-0.45) (name "rust-windows-sys") (version "0.42.0") (source (origin @@ -69446,7 +69470,6 @@ (define-public rust-windows-sys-0.42 (sha256 (base32 "19waf8aryvyq9pzk0gamgfwjycgzk4gnrazpfvv171cby0h1hgjs")))) - (build-system cargo-build-system) (arguments (list #:skip-build? #t #:cargo-inputs @@ -69456,14 +69479,7 @@ (define-public rust-windows-sys-0.42 ("rust-windows-i686-msvc" ,rust-windows-i686-msvc-0.42) ("rust-windows-x86-64-gnu" ,rust-windows-x86-64-gnu-0.42) ("rust-windows-x86-64-gnullvm" ,rust-windows-x86-64-gnullvm-0.42) - ("rust-windows-x86-64-msvc" ,rust-windows-x86-64-msvc-0.42)))) - (home-page "https://github.com/microsoft/windows-rs") - (synopsis "Rust for Windows") - (description "The windows crate lets you call any Windows API past, -present, and future using code generated on the fly directly from the metadata -describing the API and right into your Rust package where you can call them as -if they were just another Rust module.") - (license (list license:expat license:asl2.0)))) + ("rust-windows-x86-64-msvc" ,rust-windows-x86-64-msvc-0.42)))))) (define-public rust-windows-sys-0.36 (package -- 2.39.1