mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: rust-dtparse-2: Update to 2.0.1.
* gnu/packages/crates-io.scm (rust-dtparse-2): Update to 2.0.1. Change-Id: I615a4a3d7e92334ecf7e9844ca43d0d3e54d6afa
This commit is contained in:
parent
cd429bdd0f
commit
fbedb6794d
1 changed files with 2 additions and 2 deletions
|
@ -23046,14 +23046,14 @@ (define-public rust-dtoa-short-0.3
|
|||
(define-public rust-dtparse-2
|
||||
(package
|
||||
(name "rust-dtparse")
|
||||
(version "2.0.0")
|
||||
(version "2.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "dtparse" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0fg8h07m0z38c6i556dfmgnhl18i8w37cl235iyfzc9l3kz7r325"))))
|
||||
(base32 "1mqz4164mc4xyq73c22wf900v8cn4sy63nalrkr5mlr614y41yr3"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-chrono" ,rust-chrono-0.4)
|
||||
|
|
Loading…
Reference in a new issue