gnu: Add rust-windows-i686-msvc-0.48.
* gnu/packages/crates-io.scm (rust-windows-i686-msvc-0.48): New variable. (rust-windows-i686-msvc-0.42): Inherit from rust-windows-i686-msvc-0.48.
This commit is contained in:
parent
0836cacc67
commit
8919ad00f6
1 changed files with 24 additions and 7 deletions
|
@ -73274,8 +73274,31 @@ (define-public rust-windows-i686-gnu-0.28
|
|||
(base32
|
||||
"12hx7qpsjg9p7jggfcplqa3mf1mzr7k7s5ybzqwg1zmg4fn2aizm"))))))
|
||||
|
||||
(define-public rust-windows-i686-msvc-0.48
|
||||
(package
|
||||
(name "rust-windows-i686-msvc")
|
||||
(version "0.48.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "windows-i686-msvc" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"004fkyqv3if178xx9ksqc4qqv8sz8n72mpczsr2vy8ffckiwchj5"))
|
||||
(snippet
|
||||
'(delete-file "lib/windows.0.48.0.lib"))))
|
||||
(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-msvc-0.42
|
||||
(package
|
||||
(inherit rust-windows-i686-msvc-0.48)
|
||||
(name "rust-windows-i686-msvc")
|
||||
(version "0.42.2")
|
||||
(source (origin
|
||||
|
@ -73287,14 +73310,8 @@ (define-public rust-windows-i686-msvc-0.42
|
|||
"0q0h9m2aq1pygc199pa5jgc952qhcnf0zn688454i7v4xjv41n24"))
|
||||
(snippet
|
||||
'(delete-file "lib/windows.lib"))))
|
||||
(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))))
|
||||
(list #:skip-build? #t))))
|
||||
|
||||
(define-public rust-windows-i686-msvc-0.36
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue