unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "\( via Guix-patches" via <guix-patches@gnu.org>
To: 59670@debbugs.gnu.org
Cc: "\(" <paren@disroot.org>
Subject: [bug#59670] [PATCH 18/50] gnu: Add rust-windows-i686-gnu-0.42.
Date: Tue, 29 Nov 2022 07:00:32 +0000	[thread overview]
Message-ID: <20221129070104.8007-18-paren@disroot.org> (raw)
In-Reply-To: <20221129070104.8007-1-paren@disroot.org>

* gnu/packages/crates-io.scm (rust-windows-i686-gnu-0.42): New
variable.
(rust-windows-i686-gnu-0.36): Inherit from RUST-WINDOWS-I686-GNU-0.42.
(rust-windows-i686-gnu-0.32): Inherit from RUST-WINDOWS-I686-GNU-0.36.
(rust-windows-i686-gnu-0.28): Inherit from RUST-WINDOWS-I686-GNU-0.32.
---
 gnu/packages/crates-io.scm | 118 ++++++++++++++++++-------------------
 1 file changed, 59 insertions(+), 59 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index bf9fbe8473..b77a89fe49 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -67947,65 +67947,6 @@ (define-public rust-windows-i686-msvc-0.32
 crate.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-windows-i686-gnu-0.36
-  (package
-    (name "rust-windows-i686-gnu")
-    (version "0.36.1")
-    (source (origin
-              (method url-fetch)
-              (uri (crate-uri "windows_i686_gnu" version))
-              (file-name (string-append name "-" version ".tar.gz"))
-              (sha256
-               (base32
-                "1dm3svxfzamrv6kklyda9c3qylgwn5nwdps6p0kc9x6s077nq3hq"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:skip-build? #t))
-    (home-page "https://github.com/microsoft/windows-rs")
-    (synopsis "Code gen support for the windows crate")
-    (description "This package provides code gen support for the windows
-crate.")
-    (license (list license:expat license:asl2.0))))
-
-(define-public rust-windows-i686-gnu-0.28
-  (package
-    (name "rust-windows-i686-gnu")
-    (version "0.28.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "windows_i686_gnu" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "12hx7qpsjg9p7jggfcplqa3mf1mzr7k7s5ybzqwg1zmg4fn2aizm"))))
-    (build-system cargo-build-system)
-    (arguments `(#:skip-build? #t))
-    (home-page "https://github.com/microsoft/windows-rs")
-    (synopsis "Code gen support for the windows crate")
-    (description "This package provides code gen support for the windows
-crate.")
-    (license (list license:expat license:asl2.0))))
-
-(define-public rust-windows-i686-gnu-0.32
-  (package
-    (name "rust-windows-i686-gnu")
-    (version "0.32.0")
-    (source (origin
-              (method url-fetch)
-              (uri (crate-uri "windows_i686_gnu" version))
-              (file-name (string-append name "-" version ".tar.gz"))
-              (sha256
-               (base32
-                "05g6kpdfxwxnw2gn1nrd7bsf5997rci0k3h3nqby168ph5l1qwba"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:skip-build? #t))
-    (home-page "https://github.com/microsoft/windows-rs")
-    (synopsis "Code gen support for the windows crate")
-    (description "This package provides code gen support for the windows
-crate.")
-    (license (list license:expat license:asl2.0))))
-
 (define-public rust-windows-aarch64-gnullvm-0.42
   (package
     (name "rust-windows-aarch64-gnullvm")
@@ -68085,6 +68026,65 @@ (define-public rust-windows-aarch64-msvc-0.28
                (base32
                 "1hpk0n2z0jzzvwlvs98b75sa4q920953nqfc119rv19nwm0mlsaj"))))))
 
+(define-public rust-windows-i686-gnu-0.42
+  (package
+    (name "rust-windows-i686-gnu")
+    (version "0.42.0")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "windows_i686_gnu" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1rsxdjp50nk38zfd1dxj12i2qmhpvxsm6scdq8v1d10ncygy3spv"))))
+    (build-system cargo-build-system)
+    (arguments
+     (list #:skip-build? #t))
+    (home-page "https://github.com/microsoft/windows-rs")
+    (synopsis "Code gen support for the windows crate")
+    (description
+     "This package provides code gen support for the windows crate.")
+    (license (list license:expat license:asl2.0))))
+
+(define-public rust-windows-i686-gnu-0.36
+  (package
+    (inherit rust-windows-i686-gnu-0.42)
+    (name "rust-windows-i686-gnu")
+    (version "0.36.1")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "windows_i686_gnu" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1dm3svxfzamrv6kklyda9c3qylgwn5nwdps6p0kc9x6s077nq3hq"))))))
+
+(define-public rust-windows-i686-gnu-0.32
+  (package
+    (inherit rust-windows-i686-gnu-0.36)
+    (name "rust-windows-i686-gnu")
+    (version "0.32.0")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "windows_i686_gnu" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "05g6kpdfxwxnw2gn1nrd7bsf5997rci0k3h3nqby168ph5l1qwba"))))))
+
+(define-public rust-windows-i686-gnu-0.28
+  (package
+    (inherit rust-windows-i686-gnu-0.32)
+    (name "rust-windows-i686-gnu")
+    (version "0.28.0")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "windows_i686_gnu" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "12hx7qpsjg9p7jggfcplqa3mf1mzr7k7s5ybzqwg1zmg4fn2aizm"))))))
+
 (define-public rust-windows-implement-0.32
   (package
     (name "rust-windows-implement")
-- 
2.38.1





  parent reply	other threads:[~2022-11-29  7:07 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-29  6:59 [bug#59670] [PATCH 00/50] gnu: zoxide: Update to 0.8.3 ( via Guix-patches via
2022-11-29  7:00 ` [bug#59670] [PATCH 01/50] gnu: Add rust-nix-0.24 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 02/50] gnu: Add rust-propfuzz-macro-0.0.1 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 03/50] gnu: Add rust-propfuzz-0.0.1 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 04/50] gnu: Add rust-unicode-categories-0.1 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 05/50] gnu: Add rust-comrak-0.12 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 06/50] gnu: rust-askama-escape: Update to 0.10.3 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 07/50] gnu: Add rust-askama-shared-0.12 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 08/50] gnu: Add rust-askama-derive-0.11 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 09/50] gnu: Add rust-askama-0.11 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 10/50] gnu: Add rust-rstest-macros-0.14 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 11/50] gnu: Add rust-rstest-0.15 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 12/50] gnu: Add rust-parking-lot-0.12 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 13/50] gnu: rust-tokio-1: Update to 1.22.0 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 14/50] gnu: rust-autocfg-1: Update to 1.1.0 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 15/50] gnu: Add rust-fs-err-2 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 16/50] gnu: Add rust-windows-aarch64-gnullvm-0.42 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 17/50] gnu: Add rust-windows-aarch64-msvc-0.42 ( via Guix-patches via
2022-11-29  7:00   ` ( via Guix-patches via [this message]
2022-11-29  7:00   ` [bug#59670] [PATCH 19/50] gnu: Add rust-windows-i686-msvc-0.42 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 20/50] gnu: Add rust-windows-x86-64-gnu-0.42 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 21/50] gnu: Add rust-windows-x86-64-gnullvm-0.42 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 22/50] gnu: Add rust-windows-x86-64-msvc-0.42 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 23/50] gnu: Add rust-windows-sys-0.42 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 24/50] gnu: rust-async-std-1: Update to 1.12.0 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 25/50] gnu: Add rust-wasi-0.11 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 26/50] gnu: rust-libc-0.2: Update to 0.2.137 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 27/50] gnu: rust-mio-0.8: Update to 0.8.5 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 28/50] gnu: rust-socket2-0.4: Update to 0.4.7 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 29/50] gnu: Add rust-io-lifetimes-0.7 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 30/50] gnu: rust-compiler-builtins-0.1: Update to 0.1.84 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 31/50] gnu: Add rust-linux-raw-sys-0.0.46 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 32/50] gnu: rust-errno-0.2: Update to 0.2.8 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 33/50] gnu: rust-memoffset-0.6: Update to 0.6.5 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 34/50] gnu: rust-ctor-0.1: Update to 0.1.26 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 35/50] gnu: Add rust-rustix-0.35 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 36/50] gnu: Add rust-terminal-size-0.2 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 37/50] gnu: Add rust-clap-lex-0.2 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 38/50] gnu: rust-unicode-linebreak-0.1: Update to 0.1.4 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 39/50] gnu: Add rust-unic-emoji-char-0.9 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 40/50] gnu: Add rust-termion-2 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 41/50] gnu: Add rust-textwrap-0.16 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 42/50] gnu: rust-clap-derive-3: Update to 3.2.18 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 43/50] gnu: rust-clap-3: Update to 3.2.23 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 44/50] gnu: rust-pathdiff-0.2: Update to 0.2.1 ( via Guix-patches via
2022-11-29  7:00   ` [bug#59670] [PATCH 45/50] gnu: rust-unicode-xid-0.2: Update to 0.2.4 ( via Guix-patches via
2022-11-29  7:01   ` [bug#59670] [PATCH 46/50] gnu: Add rust-clap-complete-3 ( via Guix-patches via
2022-11-29  7:01   ` [bug#59670] [PATCH 47/50] gnu: Add rust-clap-complete-fig-3 ( via Guix-patches via
2022-11-29  7:01   ` [bug#59670] [PATCH 48/50] gnu: Add rust-rstest-reuse-0.4 ( via Guix-patches via
2022-11-29  7:01   ` [bug#59670] [PATCH 49/50] gnu: rust-which-4: Update to 4.3.0 ( via Guix-patches via
2022-11-29  7:01   ` [bug#59670] [PATCH 50/50] gnu: zoxide: Update to 0.8.3 ( via Guix-patches via
2022-11-29 21:22 ` [bug#59670] [PATCH 00/50] " Tobias Geerinckx-Rice via Guix-patches via
2022-11-30  7:08   ` ( via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221129070104.8007-18-paren@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=59670@debbugs.gnu.org \
    --cc=paren@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).