mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 18:19:15 -05:00
gnu: rust-toml-0.7: Update to 0.7.8.
* gnu/packages/crates-io.scm (rust-toml-0.7): Update to 0.7.8. [cargo-inputs]: Replace rust-indexmap-1 with 2. Change-Id: I6d231f0ef6c47e85979763160ae6834b8f4d2fb3
This commit is contained in:
parent
71df621ab8
commit
f3671b0817
1 changed files with 3 additions and 3 deletions
|
@ -76429,18 +76429,18 @@ (define-public rust-tokio-vsock-0.3
|
|||
(define-public rust-toml-0.7
|
||||
(package
|
||||
(name "rust-toml")
|
||||
(version "0.7.3")
|
||||
(version "0.7.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "toml" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"08cvcr3w0kgnz8i963qhab2plnm7niy9c3bz7k4mj25vybvaq0xl"))))
|
||||
"0mr2dpmzw4ndvzpnnli2dprcx61pdk62fq4mzw0b6zb27ffycyfx"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-indexmap" ,rust-indexmap-1)
|
||||
(("rust-indexmap" ,rust-indexmap-2)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-spanned" ,rust-serde-spanned-0.6)
|
||||
("rust-toml-datetime" ,rust-toml-datetime-0.6)
|
||||
|
|
Loading…
Reference in a new issue