mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: rust-tempfile-3: Update to 3.9.0.
* gnu/packages/crates-io.scm (rust-tempfile-3): Update to 3.9.0. [cargo-inputs]: Replace rust-redox-syscall-0.3 with 0.4, rust-windows-sys-0.48 with 0.52. Change-Id: I24cf58fd9cf02402bda30b2275f6fd3d28e5071d
This commit is contained in:
parent
44fc05e4ea
commit
c9133b6ffb
1 changed files with 4 additions and 4 deletions
|
@ -73000,22 +73000,22 @@ (define-public rust-tempdir-0.3
|
|||
(define-public rust-tempfile-3
|
||||
(package
|
||||
(name "rust-tempfile")
|
||||
(version "3.8.0")
|
||||
(version "3.9.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tempfile" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1vsl2193w3gpx3mwj36fwx3v6q2qyvmzrdn6m8fgfsjkrkrx556b"))))
|
||||
(base32 "1ypkl7rvv57n16q28psxpb61rnyhmfaif12ascdnsyljm90l3kh1"))))
|
||||
(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.3)
|
||||
("rust-redox-syscall" ,rust-redox-syscall-0.4)
|
||||
("rust-rustix" ,rust-rustix-0.38)
|
||||
("rust-windows-sys" ,rust-windows-sys-0.48))
|
||||
("rust-windows-sys" ,rust-windows-sys-0.52))
|
||||
#:cargo-development-inputs
|
||||
(("rust-doc-comment" ,rust-doc-comment-0.3))))
|
||||
(home-page "https://stebalien.com/projects/tempfile-rs")
|
||||
|
|
Loading…
Reference in a new issue