mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: rust-tempfile-3: Update to 3.2.0.
* gnu/packages/crates-io.scm (rust-tempfile-3): Update to 3.2.0.
This commit is contained in:
parent
fb627203e9
commit
6513650d40
1 changed files with 10 additions and 11 deletions
|
@ -40514,23 +40514,22 @@ (define-public rust-tempdir-0.3
|
|||
(define-public rust-tempfile-3
|
||||
(package
|
||||
(name "rust-tempfile")
|
||||
(version "3.1.0")
|
||||
(version "3.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tempfile" version))
|
||||
(file-name (string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32
|
||||
"1a9cfdqw70n7bcnkx05aih9xdba8lqazmqlkjpkmn2la6gcj8vks"))))
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tempfile" version))
|
||||
(file-name (string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32 "08pbf3c1i42382dc44dil5bgiawcsi0qk6zdibw10f69rxiwdhfs"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-cfg-if" ,rust-cfg-if-0.1)
|
||||
(("rust-cfg-if" ,rust-cfg-if-1)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-rand" ,rust-rand-0.7)
|
||||
("rust-redox-syscall" ,rust-redox-syscall-0.1)
|
||||
("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))))
|
||||
(home-page "https://stebalien.com/projects/tempfile-rs")
|
||||
|
|
Loading…
Reference in a new issue