mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-windows-aarch64-msvc-0.52: Update to 0.52.6.
* gnu/packages/crates-windows.scm (rust-windows-aarch64-msvc-0.52): Update to 0.52.6. Change-Id: I75293771cb41bceed973f95dc56496b27d2c31d7
This commit is contained in:
parent
593e784462
commit
4d4f7e7d9c
1 changed files with 2 additions and 2 deletions
|
@ -1508,14 +1508,14 @@ if they were just another Rust module.")
|
|||
(define-public rust-windows-aarch64-msvc-0.52
|
||||
(package
|
||||
(name "rust-windows-aarch64-msvc")
|
||||
(version "0.52.0")
|
||||
(version "0.52.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "windows_aarch64_msvc" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1vvmy1ypvzdvxn9yf0b8ygfl85gl2gpcyvsvqppsmlpisil07amv"))
|
||||
"0sfl0nysnz32yyfh773hpi49b1q700ah6y7sacmjbqjjn5xjmv09"))
|
||||
(snippet
|
||||
'(delete-file "lib/windows.0.52.0.lib"))))
|
||||
(build-system cargo-build-system)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue