gnu: rust-toml-edit-0.14: Update to 0.14.4.
* gnu/packages/crates-io.scm (rust-toml-edit-0.14): Update to 0.14.4.
This commit is contained in:
parent
a9742f59f6
commit
ac20c4a75d
1 changed files with 2 additions and 2 deletions
|
@ -61650,14 +61650,14 @@ serializing Rust structures.")
|
||||||
(define-public rust-toml-edit-0.14
|
(define-public rust-toml-edit-0.14
|
||||||
(package
|
(package
|
||||||
(name "rust-toml-edit")
|
(name "rust-toml-edit")
|
||||||
(version "0.14.3")
|
(version "0.14.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "toml_edit" version))
|
(uri (crate-uri "toml_edit" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "01g772nkn5lmzaayssjd83rs3ri9ivny8r3wz2b3df1isrgkg65s"))))
|
(base32 "07xmklks4ldf8r9ban47zvq2s0csq43ja0dcjs43yi7j8ip2axjk"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
|
|
Reference in a new issue