gnu: rust-slog-term-2: Update to 2.9.0.

* gnu/packages/crates-io.scm (rust-slog-term-2): Update to 2.9.0.
[arguments]: Remove rust-chrono-0.4; replace rust-term-0.6 with rust-term-0.7;
add rust-time-0.3.
This commit is contained in:
Ricardo Wurmus 2022-08-25 17:07:43 +02:00
parent ba64ea8320
commit aeac28750f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -57808,26 +57808,26 @@ (define-public rust-slog-stdlog-4
(define-public rust-slog-term-2
(package
(name "rust-slog-term")
(version "2.6.0")
(version "2.9.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "slog-term" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1dpmz5ksjkvz8p5h2qv8mznbvgvgpcflx49nrq2rn4kirw3xicds"))))
(base32 "0z4pz2q3b7a47xql2kw1pkcx8mw5yh0an3hj9y5jaysvqn2r3ll7"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-atty" ,rust-atty-0.2)
("rust-chrono" ,rust-chrono-0.4)
("rust-erased-serde" ,rust-erased-serde-0.3)
("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1)
("rust-slog" ,rust-slog-2)
("rust-term" ,rust-term-0.6)
("rust-thread-local" ,rust-thread-local-1))
("rust-term" ,rust-term-0.7)
("rust-thread-local" ,rust-thread-local-1)
("rust-time" ,rust-time-0.3))
#:cargo-development-inputs
(("rust-slog-async" ,rust-slog-async-2))))
(home-page "https://github.com/slog-rs/slog")