gnu: rust-tempfile-3: Update to 3.10.1.
* gnu/packages/crates-io.scm (rust-tempfile-3): Update to 3.10.1. [cargo-inputs]: Remove rust-redox-syscall-0.4. Change-Id: I4c5058b4de9f6a3ed5600e64dfab62ddb7064d1amaster
parent
1382c099d5
commit
0730232f7f
|
@ -69980,20 +69980,19 @@ deleting all contents when it's dropped.")
|
|||
(define-public rust-tempfile-3
|
||||
(package
|
||||
(name "rust-tempfile")
|
||||
(version "3.9.0")
|
||||
(version "3.10.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tempfile" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1ypkl7rvv57n16q28psxpb61rnyhmfaif12ascdnsyljm90l3kh1"))))
|
||||
(base32 "1wdzz35ri168jn9al4s1g2rnsrr5ci91khgarc2rvpb3nappzdw5"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-cfg-if" ,rust-cfg-if-1)
|
||||
("rust-fastrand" ,rust-fastrand-2)
|
||||
("rust-redox-syscall" ,rust-redox-syscall-0.4)
|
||||
("rust-rustix" ,rust-rustix-0.38)
|
||||
("rust-windows-sys" ,rust-windows-sys-0.52))
|
||||
#:cargo-development-inputs
|
||||
|
|
Reference in New Issue