me
/
guix
Archived
1
0
Fork 0

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
master
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
1 changed files with 3 additions and 3 deletions

View File

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