mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: rust-filetime-0.2: Update to 0.2.8.
* gnu/packages/crates-io.scm (rust-filetime-0.2): Update to 0.2.8. [arguments]: Remove rust-tempdir-0.3 from cargo-development-inputs. Add rust-tempfile-3.0.
This commit is contained in:
parent
ef8c91be7f
commit
1c9d47b642
1 changed files with 3 additions and 3 deletions
|
@ -2946,7 +2946,7 @@ (define-public rust-fallible-iterator-0.2
|
|||
(define-public rust-filetime-0.2
|
||||
(package
|
||||
(name "rust-filetime")
|
||||
(version "0.2.7")
|
||||
(version "0.2.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2954,7 +2954,7 @@ (define-public rust-filetime-0.2
|
|||
(file-name (string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32
|
||||
"0sflihq2l77xjrza7yjalnxsc7dxzg25rhzcfbd9vmyfah5kimvb"))))
|
||||
"0zfc90802dbw11bx6kmm8zw6r88k7glm4q6l8riqw35an3dd9xhz"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
@ -2964,7 +2964,7 @@ (define-public rust-filetime-0.2
|
|||
("rust-redox-syscall" ,rust-redox-syscall-0.1)
|
||||
("rust-winapi" ,rust-winapi-0.3))
|
||||
#:cargo-development-inputs
|
||||
(("rust-tempdir" ,rust-tempdir-0.3))))
|
||||
(("rust-tempfile" ,rust-tempfile-3.0))))
|
||||
(home-page "https://github.com/alexcrichton/filetime")
|
||||
(synopsis "Platform-agnostic accessors of timestamps in File metadata")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue