gnu: rust-windows-x86-64-msvc-0.48: Update to 0.48.5.

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

Change-Id: Ie6d722309a060ab4294cd8d68429efe036df0aa5
This commit is contained in:
Efraim Flashner 2024-03-27 14:15:51 +02:00
parent 506612deb6
commit e09b637e79
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2547,15 +2547,15 @@ (define-public rust-windows-x86-64-msvc-0.48
(package
(inherit rust-windows-x86-64-msvc-0.52)
(name "rust-windows-x86-64-msvc")
(version "0.48.0")
(version "0.48.5")
(source (origin
(method url-fetch)
(uri (crate-uri "windows_x86_64_msvc" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "12ipr1knzj2rwjygyllfi5mkd0ihnbi3r61gag5n2jgyk5bmyl8s"))
(base32 "0f4mdp895kkjh9zv8dxvn4pc10xr7839lf5pa9l0193i2pkgr57d"))
(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-x86-64-msvc-0.42