gnu: rust-widestring-0.4: Update to 0.4.3.

* gnu/packages/crates-io.scm (rust-widestring-0.4): Update to 0.4.3.

Change-Id: Ic345e575f656c5704fe9ad2eb9987a998f42fe60
This commit is contained in:
Efraim Flashner 2024-12-24 22:19:47 +02:00
parent 16b5f86d62
commit 2ee2c6b363
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -98689,15 +98689,14 @@ (define-public rust-widestring-0.4
(package
(inherit rust-widestring-0.5)
(name "rust-widestring")
(version "0.4.2")
(version "0.4.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "widestring" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"13565qy4jhpg4x0xw8mwxzzsh0p8c93p5208lh6kpwp0q01y6qx7"))))
(base32 "0z3ba8qrxb62vpfgk7n2xs2grm9kdaj1cz4q8s0gs8fx8h0r8s61"))))
(arguments
`(#:cargo-development-inputs
(("rust-winapi" ,rust-winapi-0.3))))))