gnu: rust-windows-aarch64-msvc-0.48: Update to 0.48.5.

* gnu/packages/crates-windows.scm (rust-windows-aarch64-msvc-0.48):
Update to 0.48.5.
[source]: Adjust snippet.

Change-Id: I5f3c153669bd58c3cd1335599a0c518f0c5c733c
This commit is contained in:
Efraim Flashner 2024-03-27 14:12:57 +02:00
parent e0a66393a1
commit b6ce7fd38e
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1476,16 +1476,16 @@ (define-public rust-windows-aarch64-msvc-0.48
(package
(inherit rust-windows-aarch64-msvc-0.52)
(name "rust-windows-aarch64-msvc")
(version "0.48.0")
(version "0.48.5")
(source (origin
(method url-fetch)
(uri (crate-uri "windows_aarch64_msvc" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1wvwipchhywcjaw73h998vzachf668fpqccbhrxzrz5xszh2gvxj"))
"1g5l4ry968p73g6bg6jgyvy9lb8fyhcs54067yzxpcpkf44k2dfw"))
(snippet
#~(delete-file "lib/windows.0.48.0.lib"))))
#~(delete-file "lib/windows.0.48.5.lib"))))
(arguments (list #:skip-build? #t))))
(define-public rust-windows-aarch64-msvc-0.42