gnu: rust-tempfile-3: Update to 3.3.0.
* gnu/packages/crates-io.scm (rust-tempfile-3): Update to 3.3.0.
parent
6ae830d900
commit
f392bd2e38
|
@ -61139,21 +61139,21 @@ deleting all contents when it's dropped.")
|
||||||
(define-public rust-tempfile-3
|
(define-public rust-tempfile-3
|
||||||
(package
|
(package
|
||||||
(name "rust-tempfile")
|
(name "rust-tempfile")
|
||||||
(version "3.2.0")
|
(version "3.3.0")
|
||||||
(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 "08pbf3c1i42382dc44dil5bgiawcsi0qk6zdibw10f69rxiwdhfs"))))
|
(base32 "1r3rdp66f7w075mz6blh244syr3h0lbm07ippn7xrbgfxbs1xnsw"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-cfg-if" ,rust-cfg-if-1)
|
(("rust-cfg-if" ,rust-cfg-if-1)
|
||||||
|
("rust-fastrand" ,rust-fastrand-1)
|
||||||
("rust-libc" ,rust-libc-0.2)
|
("rust-libc" ,rust-libc-0.2)
|
||||||
("rust-rand" ,rust-rand-0.8)
|
|
||||||
("rust-redox-syscall" ,rust-redox-syscall-0.2)
|
("rust-redox-syscall" ,rust-redox-syscall-0.2)
|
||||||
("rust-remove-dir-all" ,rust-remove-dir-all-0.5)
|
("rust-remove-dir-all" ,rust-remove-dir-all-0.5)
|
||||||
("rust-winapi" ,rust-winapi-0.3))))
|
("rust-winapi" ,rust-winapi-0.3))))
|
||||||
|
|
Reference in New Issue