mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-windows-i686-msvc-0.52: Update to 0.52.6.
* gnu/packages/crates-windows.scm (rust-windows-i686-msvc-0.52): Update to 0.52.6. Change-Id: Iad402263f31c6a546f163b5550ac946618487d8b
This commit is contained in:
parent
e9715863ca
commit
32e92cd0e7
1 changed files with 2 additions and 2 deletions
|
@ -1809,14 +1809,14 @@ crate.")
|
|||
(define-public rust-windows-i686-msvc-0.52
|
||||
(package
|
||||
(name "rust-windows-i686-msvc")
|
||||
(version "0.52.0")
|
||||
(version "0.52.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "windows_i686_msvc" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"16kvmbvx0vr0zbgnaz6nsks9ycvfh5xp05bjrhq65kj623iyirgz"))
|
||||
"0rkcqmp4zzmfvrrrx01260q3xkpzi6fzi2x2pgdcdry50ny4h294"))
|
||||
(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