mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 02:59:17 -05:00
gnu: rust-filetime-0.2: Update to 0.2.22.
* gnu/packages/crates-io.scm (rust-filetime-0.2): Update to 0.2.22. [arguments]: Don't skip build. [cargo-inputs]: Add rust-windows-sys-0.48. Replace rust-redox-syscall-0.2 with 0.3. Remove rust-winapi-0.3. Change-Id: Ia995273f3b3422ef620b0846bf480b51ddcbb8dc
This commit is contained in:
parent
9fd58590e3
commit
49953e30fb
1 changed files with 5 additions and 6 deletions
|
@ -25883,7 +25883,7 @@ (define-public rust-filesize-0.2
|
||||||
(define-public rust-filetime-0.2
|
(define-public rust-filetime-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-filetime")
|
(name "rust-filetime")
|
||||||
(version "0.2.14")
|
(version "0.2.22")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -25891,15 +25891,14 @@ (define-public rust-filetime-0.2
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1s71cb7hzkk4ahc5j53w8933gnxv2giyj7v0za5hbbk37ahwyd0x"))))
|
"1w1a4zb4ciqjl1chvp9dplbacq07jv97pkdn0pzackbk7vfrw0nl"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-inputs
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-cfg-if" ,rust-cfg-if-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.2)
|
("rust-redox-syscall" ,rust-redox-syscall-0.3)
|
||||||
("rust-winapi" ,rust-winapi-0.3))
|
("rust-windows-sys" ,rust-windows-sys-0.48))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-tempfile" ,rust-tempfile-3))))
|
(("rust-tempfile" ,rust-tempfile-3))))
|
||||||
(home-page "https://github.com/alexcrichton/filetime")
|
(home-page "https://github.com/alexcrichton/filetime")
|
||||||
|
|
Loading…
Reference in a new issue