me
/
guix
Archived
1
0
Fork 0

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
Maxim Cournoyer 2021-06-03 17:33:36 -04:00
parent 4acd1213a3
commit 2e79f847fd
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 4 additions and 4 deletions

View File

@ -14348,7 +14348,7 @@ sparse files.")
(define-public rust-filetime-0.2
(package
(name "rust-filetime")
(version "0.2.8")
(version "0.2.14")
(source
(origin
(method url-fetch)
@ -14356,14 +14356,14 @@ sparse files.")
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"0zfc90802dbw11bx6kmm8zw6r88k7glm4q6l8riqw35an3dd9xhz"))))
"1s71cb7hzkk4ahc5j53w8933gnxv2giyj7v0za5hbbk37ahwyd0x"))))
(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-redox-syscall" ,rust-redox-syscall-0.1)
("rust-redox-syscall" ,rust-redox-syscall-0.2)
("rust-winapi" ,rust-winapi-0.3))
#:cargo-development-inputs
(("rust-tempfile" ,rust-tempfile-3))))