gnu: rust-toml-edit-0.19: Update to 0.19.15.
* gnu/packages/crates-io.scm (rust-toml-edit-0.19): Update to 0.19.15. [cargo-inputs]: Replace rust-indexmap-1 with 2, rust-winnow-0.4 with 0.5. [home-page]: Update to new home-page.
parent
bc8ddba117
commit
0aaa207670
|
@ -76593,30 +76593,30 @@ serializing Rust structures.")
|
|||
(define-public rust-toml-edit-0.19
|
||||
(package
|
||||
(name "rust-toml-edit")
|
||||
(version "0.19.8")
|
||||
(version "0.19.15")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "toml_edit" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "04ywrxn4c7q4ph1vir310nsgvcd3cdqp1ri7d52jb0cyc3411513"))))
|
||||
(base32 "08bl7rp5g6jwmfpad9s8jpw8wjrciadpnbaswgywpr9hv9qbfnqv"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-indexmap" ,rust-indexmap-1)
|
||||
(("rust-indexmap" ,rust-indexmap-2)
|
||||
("rust-kstring" ,rust-kstring-2)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-spanned" ,rust-serde-spanned-0.6)
|
||||
("rust-toml-datetime" ,rust-toml-datetime-0.6)
|
||||
("rust-winnow" ,rust-winnow-0.4))
|
||||
("rust-winnow" ,rust-winnow-0.5))
|
||||
#:cargo-development-inputs
|
||||
(("rust-libtest-mimic" ,rust-libtest-mimic-0.6)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-snapbox" ,rust-snapbox-0.4)
|
||||
("rust-toml-test-data" ,rust-toml-test-data-1)
|
||||
("rust-toml-test-harness" ,rust-toml-test-harness-0.4))))
|
||||
(home-page "https://github.com/ordian/toml_edit")
|
||||
(home-page "https://github.com/toml-rs/toml")
|
||||
(synopsis "Yet another format-preserving TOML parser")
|
||||
(description "This package provides yet another format-preserving TOML
|
||||
parser.")
|
||||
|
|
Reference in New Issue