gnu: Add rust-wide-0.6.

* gnu/packages/crates-io.scm (rust-wide-0.6): New variable.
This commit is contained in:
Ricardo Wurmus 2021-11-09 10:13:48 +00:00
parent 40cf0ddc29
commit 1a3f3879b3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -59516,6 +59516,25 @@ hardware of various targets. Both in terms of explicit SIMD usage and also in
terms of allowing LLVM's auto-vectorizer to do its job.")
(license license:zlib)))
(define-public rust-wide-0.6
(package
(inherit rust-wide-0.4)
(name "rust-wide")
(version "0.6.5")
(source
(origin
(method url-fetch)
(uri (crate-uri "wide" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "16yqf8xsvns21clg3rk8nljq4qnsfqg240smbjqa0z520k3fgfs6"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-bytemuck" ,rust-bytemuck-1)
("rust-safe-arch" ,rust-safe-arch-0.5))))
(license (list license:zlib license:asl2.0 license:expat))))
(define-public rust-widestring-0.4
(package
(name "rust-widestring")