mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
|
(define-public rust-windows-x86-64-msvc-0.52
|
||||||
(package
|
(package
|
||||||
(name "rust-windows-x86-64-msvc")
|
(name "rust-windows-x86-64-msvc")
|
||||||
(version "0.52.0")
|
(version "0.52.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "windows_x86_64_msvc" version))
|
(uri (crate-uri "windows_x86_64_msvc" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"012wfq37f18c09ij5m6rniw7xxn5fcvrxbqd0wd8vgnl3hfn9yfz"))
|
"1v7rb5cibyzx8vak29pdrk8nx9hycsjs4w0jgms08qk49jl6v7sq"))
|
||||||
(snippet
|
(snippet
|
||||||
'(delete-file "lib/windows.0.52.0.lib"))))
|
'(delete-file "lib/windows.0.52.0.lib"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue