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: I4c5058b4de9f6a3ed5600e64dfab62ddb7064d1a
This commit is contained in:
Efraim Flashner 2024-03-14 12:31:38 +02:00
parent 1382c099d5
commit 0730232f7f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -69980,20 +69980,19 @@ (define-public rust-tempdir-0.3
(define-public rust-tempfile-3 (define-public rust-tempfile-3
(package (package
(name "rust-tempfile") (name "rust-tempfile")
(version "3.9.0") (version "3.10.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "tempfile" version)) (uri (crate-uri "tempfile" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "1ypkl7rvv57n16q28psxpb61rnyhmfaif12ascdnsyljm90l3kh1")))) (base32 "1wdzz35ri168jn9al4s1g2rnsrr5ci91khgarc2rvpb3nappzdw5"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-cfg-if" ,rust-cfg-if-1) (("rust-cfg-if" ,rust-cfg-if-1)
("rust-fastrand" ,rust-fastrand-2) ("rust-fastrand" ,rust-fastrand-2)
("rust-redox-syscall" ,rust-redox-syscall-0.4)
("rust-rustix" ,rust-rustix-0.38) ("rust-rustix" ,rust-rustix-0.38)
("rust-windows-sys" ,rust-windows-sys-0.52)) ("rust-windows-sys" ,rust-windows-sys-0.52))
#:cargo-development-inputs #:cargo-development-inputs