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:
Efraim Flashner 2023-02-20 19:02:47 +02:00
parent 1b512109fb
commit a1af46120b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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))))))