mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
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:
parent
16b5f86d62
commit
2ee2c6b363
1 changed files with 2 additions and 3 deletions
|
@ -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))))))
|
||||
|
|
Loading…
Reference in a new issue