mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +01:00
gnu: rust-windows-x86-64-msvc-0.52: Update to 0.52.6.
* gnu/packages/crates-windows.scm (rust-windows-x86-64-msvc-0.52): Update to 0.52.6. Change-Id: Ibb770edca3d52e39b9b874abfae27a3d6929d75b
This commit is contained in:
parent
f635079428
commit
2e7ea4cced
1 changed files with 2 additions and 2 deletions
|
@ -2627,14 +2627,14 @@ windows crate.")
|
|||
(define-public rust-windows-x86-64-msvc-0.52
|
||||
(package
|
||||
(name "rust-windows-x86-64-msvc")
|
||||
(version "0.52.0")
|
||||
(version "0.52.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "windows_x86_64_msvc" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"012wfq37f18c09ij5m6rniw7xxn5fcvrxbqd0wd8vgnl3hfn9yfz"))
|
||||
"1v7rb5cibyzx8vak29pdrk8nx9hycsjs4w0jgms08qk49jl6v7sq"))
|
||||
(snippet
|
||||
'(delete-file "lib/windows.0.52.0.lib"))))
|
||||
(build-system cargo-build-system)
|
||||
|
|
Loading…
Add table
Reference in a new issue