me
/
guix
Archived
1
0
Fork 0

gnu: rust-tempfile-3: Update to 3.3.0.

* gnu/packages/crates-io.scm (rust-tempfile-3): Update to 3.3.0.
Nicolas Goaziou 2022-02-28 11:31:56 +01:00
parent 6ae830d900
commit f392bd2e38
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 3 deletions

View File

@ -61139,21 +61139,21 @@ deleting all contents when it's dropped.")
(define-public rust-tempfile-3
(package
(name "rust-tempfile")
(version "3.2.0")
(version "3.3.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "tempfile" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "08pbf3c1i42382dc44dil5bgiawcsi0qk6zdibw10f69rxiwdhfs"))))
(base32 "1r3rdp66f7w075mz6blh244syr3h0lbm07ippn7xrbgfxbs1xnsw"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-cfg-if" ,rust-cfg-if-1)
("rust-fastrand" ,rust-fastrand-1)
("rust-libc" ,rust-libc-0.2)
("rust-rand" ,rust-rand-0.8)
("rust-redox-syscall" ,rust-redox-syscall-0.2)
("rust-remove-dir-all" ,rust-remove-dir-all-0.5)
("rust-winapi" ,rust-winapi-0.3))))