gnu: Add rust-windows-aarch64-msvc-0.42.

* gnu/packages/crates-io.scm (rust-windows-aarch64-msvc-0.42): New
variable.
(rust-windows-aarch64-msvc-0.36): Inherit from
RUST-WINDOWS-AARCH64-MSVC-0.42.
(rust-windows-aarch64-msvc-0.32): Inherit from
RUST-WINDOWS-AARCH64-MSVC-0.36.
(rust-windows-aarch64-msvc-0.28): Inherit from
RUST-WINDOWS-AARCH64-MSVC-0.28.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
( 2022-11-29 07:00:31 +00:00 committed by Tobias Geerinckx-Rice
parent a8eb183b2a
commit 139c15b33d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -68026,47 +68026,42 @@ (define-public rust-windows-aarch64-gnullvm-0.42
"This package provides code gen support for the windows crate.") "This package provides code gen support for the windows crate.")
(license (list license:expat license:asl2.0)))) (license (list license:expat license:asl2.0))))
(define-public rust-windows-aarch64-msvc-0.36 (define-public rust-windows-aarch64-msvc-0.42
(package (package
(name "rust-windows-aarch64-msvc") (name "rust-windows-aarch64-msvc")
(version "0.36.1") (version "0.42.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "windows_aarch64_msvc" version)) (uri (crate-uri "windows-aarch64-msvc" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0ixaxs2c37ll2smprzh0xq5p238zn8ylzb3lk1zddqmd77yw7f4v")))) "1d6d9ny0yl5l9vvagydigvkfcphzk2aygchiccywijimb8pja3yx"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t)) (list #:skip-build? #t))
(home-page "https://github.com/microsoft/windows-rs") (home-page "https://github.com/microsoft/windows-rs")
(synopsis "Code gen support for the windows crate") (synopsis "Code gen support for the windows crate")
(description "This package provides code gen support for the windows (description "This package provides code gen support for the windows
crate.") crate.")
(license (list license:expat license:asl2.0)))) (license (list license:expat license:asl2.0))))
(define-public rust-windows-aarch64-msvc-0.28 (define-public rust-windows-aarch64-msvc-0.36
(package (package
(inherit rust-windows-aarch64-msvc-0.42)
(name "rust-windows-aarch64-msvc") (name "rust-windows-aarch64-msvc")
(version "0.28.0") (version "0.36.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "windows_aarch64_msvc" version)) (uri (crate-uri "windows_aarch64_msvc" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "1hpk0n2z0jzzvwlvs98b75sa4q920953nqfc119rv19nwm0mlsaj")))) (base32 "0ixaxs2c37ll2smprzh0xq5p238zn8ylzb3lk1zddqmd77yw7f4v"))))))
(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-msvc-0.32 (define-public rust-windows-aarch64-msvc-0.32
(package (package
(inherit rust-windows-aarch64-msvc-0.36)
(name "rust-windows-aarch64-msvc") (name "rust-windows-aarch64-msvc")
(version "0.32.0") (version "0.32.0")
(source (origin (source (origin
@ -68075,15 +68070,20 @@ (define-public rust-windows-aarch64-msvc-0.32
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1x8bnafz15ksgpbjbgk1l1j2jx4rq4a2ylzcahb1jhy4n59jgsfq")))) "1x8bnafz15ksgpbjbgk1l1j2jx4rq4a2ylzcahb1jhy4n59jgsfq"))))))
(build-system cargo-build-system)
(arguments (define-public rust-windows-aarch64-msvc-0.28
`(#:skip-build? #t)) (package
(home-page "https://github.com/microsoft/windows-rs") (inherit rust-windows-aarch64-msvc-0.32)
(synopsis "Code gen support for the windows crate") (name "rust-windows-aarch64-msvc")
(description "This package provides code gen support for the windows (version "0.28.0")
crate.") (source (origin
(license (list license:expat license:asl2.0)))) (method url-fetch)
(uri (crate-uri "windows_aarch64_msvc" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1hpk0n2z0jzzvwlvs98b75sa4q920953nqfc119rv19nwm0mlsaj"))))))
(define-public rust-windows-implement-0.32 (define-public rust-windows-implement-0.32
(package (package