mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: rust-dtparse-1: Update to 1.3.0.
* gnu/package/crates-io.scm (rust-dtparse-1): Update to 1.3.0. [arguments]: Don't skip build. [cargo-inputs]: Remove rust-chrono-tz-0.5. Replace rust-rust-decimal-0.10 with 1. [cargo-development-inputs]: Add rust-base64-0.13.
This commit is contained in:
parent
ca803ebdc1
commit
3cd02bfa20
1 changed files with 6 additions and 6 deletions
|
@ -19894,23 +19894,23 @@ (define-public rust-dtoa-short-0.3
|
|||
(define-public rust-dtparse-1
|
||||
(package
|
||||
(name "rust-dtparse")
|
||||
(version "1.2.0")
|
||||
(version "1.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "dtparse" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1xh9hasfffnfyv8q9pwr31g63rigfx114qz6xw05wdkzpmfnq9qk"))))
|
||||
(base32 "1awhyy58c28fhr5nvvfpikdzraihichkz3w1mzdg7smyffldi4w2"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-chrono" ,rust-chrono-0.4)
|
||||
("rust-chrono-tz" ,rust-chrono-tz-0.5)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-num-traits" ,rust-num-traits-0.2)
|
||||
("rust-rust-decimal" ,rust-rust-decimal-0.10))))
|
||||
("rust-rust-decimal" ,rust-rust-decimal-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-base64" ,rust-base64-0.13))))
|
||||
(home-page "https://github.com/bspeice/dtparse.git")
|
||||
(synopsis "Dateutil-compatible timestamp parser for Rust")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue