gnu: rust-filetime-0.2: Update to 0.2.14.
* gnu/packages/crates-io.scm (rust-filetime-0.2): Update to 0.2.14. [cargo-inputs]{rust-cargo-if}: Update to version 1. {rust-redox-syscall}: Update to version 0.2.master
parent
4acd1213a3
commit
2e79f847fd
|
@ -14348,7 +14348,7 @@ sparse files.")
|
||||||
(define-public rust-filetime-0.2
|
(define-public rust-filetime-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-filetime")
|
(name "rust-filetime")
|
||||||
(version "0.2.8")
|
(version "0.2.14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -14356,14 +14356,14 @@ sparse files.")
|
||||||
(file-name (string-append name "-" version ".crate"))
|
(file-name (string-append name "-" version ".crate"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zfc90802dbw11bx6kmm8zw6r88k7glm4q6l8riqw35an3dd9xhz"))))
|
"1s71cb7hzkk4ahc5j53w8933gnxv2giyj7v0za5hbbk37ahwyd0x"))))
|
||||||
(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-0.1)
|
(("rust-cfg-if" ,rust-cfg-if-1)
|
||||||
("rust-libc" ,rust-libc-0.2)
|
("rust-libc" ,rust-libc-0.2)
|
||||||
("rust-redox-syscall" ,rust-redox-syscall-0.1)
|
("rust-redox-syscall" ,rust-redox-syscall-0.2)
|
||||||
("rust-winapi" ,rust-winapi-0.3))
|
("rust-winapi" ,rust-winapi-0.3))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-tempfile" ,rust-tempfile-3))))
|
(("rust-tempfile" ,rust-tempfile-3))))
|
||||||
|
|
Reference in New Issue