mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: rust-time-0.1: Update to 0.1.42.
* gnu/packages/crates-io.scm (rust-time-0.1): Update to 0.1.42. [arguments]: Replace rust-log-0.3 with 0.4 in cargo-development-inputs.
This commit is contained in:
parent
4fbc679a13
commit
101aa648d3
1 changed files with 3 additions and 3 deletions
|
@ -10722,7 +10722,7 @@ fixed set of worker threads.")
|
|||
(define-public rust-time-0.1
|
||||
(package
|
||||
(name "rust-time")
|
||||
(version "0.1.39")
|
||||
(version "0.1.42")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -10730,7 +10730,7 @@ fixed set of worker threads.")
|
|||
(file-name (string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32
|
||||
"161hqx0gw722ikydanpahky447vaxqncwmkj66rny282vzqpalx1"))))
|
||||
"0vsbvsz0ryxb35dy9j4anxvy8zlaplmjmi0a4z4l64bc135cz3fv"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
@ -10740,7 +10740,7 @@ fixed set of worker threads.")
|
|||
("rust-rustc-serialize" ,rust-rustc-serialize-0.3)
|
||||
("rust-winapi" ,rust-winapi-0.3))
|
||||
#:cargo-development-inputs
|
||||
(("rust-log" ,rust-log-0.3)
|
||||
(("rust-log" ,rust-log-0.4)
|
||||
("rust-winapi" ,rust-winapi-0.3))))
|
||||
(home-page "https://github.com/time-rs/time")
|
||||
(synopsis "Simple time handling in Rust")
|
||||
|
|
Loading…
Reference in a new issue