mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: rust-widestring: Add 0.5.1.
* gnu/packages/crates-io.scm (rust-widestring-0.5): New variable. (rust-widestring-0.4): Inherit from it.
This commit is contained in:
parent
8ece2cf571
commit
c51cd144d7
1 changed files with 20 additions and 3 deletions
|
@ -71565,10 +71565,10 @@ (define-public rust-wide-0.4
|
|||
(("rust-bytemuck" ,rust-bytemuck-1))))
|
||||
(license (list license:zlib))))
|
||||
|
||||
(define-public rust-widestring-0.4
|
||||
(define-public rust-widestring-0.5
|
||||
(package
|
||||
(name "rust-widestring")
|
||||
(version "0.4.2")
|
||||
(version "0.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -71576,7 +71576,7 @@ (define-public rust-widestring-0.4
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"13565qy4jhpg4x0xw8mwxzzsh0p8c93p5208lh6kpwp0q01y6qx7"))))
|
||||
"10qrilijh1qzw362mvd4nsz3vv32dxx530vk41hkcx8hah22z20p"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs
|
||||
|
@ -71590,6 +71590,23 @@ (define-public rust-widestring-0.4
|
|||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-widestring-0.4
|
||||
(package
|
||||
(inherit rust-widestring-0.5)
|
||||
(name "rust-widestring")
|
||||
(version "0.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "widestring" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"13565qy4jhpg4x0xw8mwxzzsh0p8c93p5208lh6kpwp0q01y6qx7"))))
|
||||
(arguments
|
||||
`(#:cargo-development-inputs
|
||||
(("rust-winapi" ,rust-winapi-0.3))))))
|
||||
|
||||
(define-public rust-wild-2
|
||||
(package
|
||||
(name "rust-wild")
|
||||
|
|
Loading…
Reference in a new issue