gnu: rust-windows-x86-64-gnu-0.42: Update to 0.42.2.
* gnu/packages/crates-io.scm (rust-windows-x86-64-gnu-0.42): Update to 0.42.2.
This commit is contained in:
parent
529f291c69
commit
cdb01c4c29
1 changed files with 3 additions and 4 deletions
|
@ -71536,17 +71536,16 @@ windows crate.")
|
||||||
(define-public rust-windows-x86-64-gnu-0.42
|
(define-public rust-windows-x86-64-gnu-0.42
|
||||||
(package
|
(package
|
||||||
(name "rust-windows-x86-64-gnu")
|
(name "rust-windows-x86-64-gnu")
|
||||||
(version "0.42.1")
|
(version "0.42.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "windows_x86_64_gnu" version))
|
(uri (crate-uri "windows_x86_64_gnu" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0icwd66wd6p9hhzds93333wy2knlqbyiynf2rfy7xqc528i0y161"))
|
"0dnbf2xnp3xrvy8v9mgs3var4zq9v9yh9kv79035rdgyp2w15scd"))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(delete-file "lib/libwindows.a"))))
|
||||||
(delete-file "lib/libwindows.a")))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:skip-build? #t))
|
(list #:skip-build? #t))
|
||||||
|
|
Reference in a new issue