mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: rust-toml-datetime-0.5: Update to 0.5.1.
* gnu/packages/crates-io.scm (rust-toml-datetime-0.5): Update to 0.5.1.
This commit is contained in:
parent
1b512109fb
commit
a1af46120b
1 changed files with 2 additions and 2 deletions
|
@ -63254,14 +63254,14 @@ (define-public rust-toml-datetime-0.5
|
|||
(package
|
||||
(inherit rust-toml-datetime-0.6)
|
||||
(name "rust-toml-datetime")
|
||||
(version "0.5.0")
|
||||
(version "0.5.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "toml_datetime" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1zcjvygkix0hm7nv7i6ag4fd0l1pglga1wyq2l8zgy0fgpjm32w0"))))
|
||||
"1xcw3kyklh3s2gxp65ma26rgkl7505la4xx1r55kfgcfmikz8ls5"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-serde" ,rust-serde-1))))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue