gnu: rust-rustix-0.36: Update to 0.36.13.
* gnu/packages/crates-io.scm (rust-rustix-0.36): Update to 0.36.13. [cargo-inputs]: Replace rust-errno-0.2 with 0.3, rust-windows-sys-0.42 with 0.45. [cargo-development-inputs]: Replace rust-errno-0.2 with 0.3.
parent
aa37ff73b2
commit
ff5b08ab01
|
@ -53700,20 +53700,20 @@ rustc compiler.")
|
|||
(package
|
||||
(inherit rust-rustix-0.37)
|
||||
(name "rust-rustix")
|
||||
(version "0.36.9")
|
||||
(version "0.36.13")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rustix" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1g1pxwmz82gf47ar5l80ijzpbcrf5yh9a6bdfi05pmgc3zqnyp7x"))))
|
||||
"0n6ng6kdcz65ax5s17xavkjqs5a6gwcp9acc9r8blfp91d9gjf1s"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-bitflags" ,rust-bitflags-1)
|
||||
("rust-cc" ,rust-cc-1)
|
||||
("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
|
||||
("rust-errno" ,rust-errno-0.2)
|
||||
("rust-errno" ,rust-errno-0.3)
|
||||
("rust-io-lifetimes" ,rust-io-lifetimes-1)
|
||||
("rust-itoa" ,rust-itoa-1)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
|
@ -53721,11 +53721,11 @@ rustc compiler.")
|
|||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-rustc-std-workspace-alloc" ,rust-rustc-std-workspace-alloc-1)
|
||||
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1)
|
||||
("rust-windows-sys" ,rust-windows-sys-0.42))
|
||||
("rust-windows-sys" ,rust-windows-sys-0.45))
|
||||
#:cargo-development-inputs
|
||||
(("rust-criterion" ,rust-criterion-0.4)
|
||||
("rust-ctor" ,rust-ctor-0.1)
|
||||
("rust-errno" ,rust-errno-0.2)
|
||||
("rust-errno" ,rust-errno-0.3)
|
||||
("rust-flate2" ,rust-flate2-1)
|
||||
("rust-io-lifetimes" ,rust-io-lifetimes-1)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
|
|
Reference in New Issue