mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: rust-uuid-1: Update to 1.3.0.
* gnu/packages/crates-io.scm (rust-uuid-1): Update to 1.3.0. [arguments]<cargo-development-inputs>: Add rust-rustversion, rust-serde-derive, rust-serde-json, rust-serde-test, and rust-wasm-bindgen; replace rust-windows-sys-0.42 with rust-windows-sys-0.45.
This commit is contained in:
parent
3967f5f53c
commit
61cf09a2b4
1 changed files with 8 additions and 3 deletions
|
@ -68802,7 +68802,7 @@ (define-public rust-utf8parse-0.1
|
|||
(define-public rust-uuid-1
|
||||
(package
|
||||
(name "rust-uuid")
|
||||
(version "1.2.2")
|
||||
(version "1.3.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "uuid" version))
|
||||
|
@ -68810,14 +68810,19 @@ (define-public rust-uuid-1
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0k6fchay62ryjhkxsbbj38030lm3797c13vsp54bkd9ij3gf0bj2"))))
|
||||
"0ygxkj6bgfjkbhpdj1s0607zi9l8886pcw04lryd647f4r9q8x0n"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs
|
||||
(("rust-bincode" ,rust-bincode-1)
|
||||
("rust-rustversion" ,rust-rustversion-1)
|
||||
("rust-serde-derive" ,rust-serde-derive-1)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-serde-test" ,rust-serde-test-1)
|
||||
("rust-trybuild" ,rust-trybuild-1)
|
||||
("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2)
|
||||
("rust-wasm-bindgen-test" ,rust-wasm-bindgen-test-0.3)
|
||||
("rust-windows-sys" ,rust-windows-sys-0.42))
|
||||
("rust-windows-sys" ,rust-windows-sys-0.45))
|
||||
#:cargo-inputs
|
||||
(("rust-arbitrary" ,rust-arbitrary-1)
|
||||
("rust-atomic" ,rust-atomic-0.5)
|
||||
|
|
Loading…
Reference in a new issue