mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
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:
parent
e0a66393a1
commit
b6ce7fd38e
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue