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 @@ terms of allowing LLVM's auto-vectorizer to do its job.")
|
||||||
(("rust-bytemuck" ,rust-bytemuck-1))))
|
(("rust-bytemuck" ,rust-bytemuck-1))))
|
||||||
(license (list license:zlib))))
|
(license (list license:zlib))))
|
||||||
|
|
||||||
(define-public rust-widestring-0.4
|
(define-public rust-widestring-0.5
|
||||||
(package
|
(package
|
||||||
(name "rust-widestring")
|
(name "rust-widestring")
|
||||||
(version "0.4.2")
|
(version "0.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -71576,7 +71576,7 @@ terms of allowing LLVM's auto-vectorizer to do its job.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13565qy4jhpg4x0xw8mwxzzsh0p8c93p5208lh6kpwp0q01y6qx7"))))
|
"10qrilijh1qzw362mvd4nsz3vv32dxx530vk41hkcx8hah22z20p"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-development-inputs
|
`(#:cargo-development-inputs
|
||||||
|
@ -71590,6 +71590,23 @@ UTF-32 types are provided, including support for malformed encoding.")
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
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
|
(define-public rust-wild-2
|
||||||
(package
|
(package
|
||||||
(name "rust-wild")
|
(name "rust-wild")
|
||||||
|
|
Reference in a new issue