mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rust-windows-x86-64-gnullvm-0.42: Update to 0.42.2.
* gnu/packages/crates-io.scm (rust-windows-x86-64-gnullvm-0.42): Update to 0.42.2.
This commit is contained in:
parent
7e8b88adb2
commit
529f291c69
1 changed files with 3 additions and 4 deletions
|
@ -71601,17 +71601,16 @@ (define-public rust-windows-x86-64-gnu-0.28
|
|||
(define-public rust-windows-x86-64-gnullvm-0.42
|
||||
(package
|
||||
(name "rust-windows-x86-64-gnullvm")
|
||||
(version "0.42.1")
|
||||
(version "0.42.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "windows-x86-64-gnullvm" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0qq41m3zkakkmch9x4x30lgv0sy3zh4jpdpxch6jp8ns6brgv2v2"))
|
||||
"18wl9r8qbsl475j39zvawlidp1bsbinliwfymr43fibdld31pm16"))
|
||||
(snippet
|
||||
'(begin
|
||||
(delete-file "lib/libwindows.a")))))
|
||||
'(delete-file "lib/libwindows.a"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments (list #:skip-build? #t))
|
||||
(home-page "https://github.com/microsoft/windows-rs")
|
||||
|
|
Loading…
Reference in a new issue