mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
gnu: Add rust-speedate-0.15.
* gnu/packages/crates-io.scm (rust-speedate-0.15): New variable. Change-Id: I26884819391b46fc2f321b3f3f364a54c75ceb80
This commit is contained in:
parent
9ea3968aa5
commit
2056b65cd9
1 changed files with 24 additions and 0 deletions
|
@ -74480,6 +74480,30 @@ maximal amount of configuration possible intended.")
|
|||
"An RSpec inspired minimal testing framework for Rust.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-speedate-0.15
|
||||
(package
|
||||
(name "rust-speedate")
|
||||
(version "0.15.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "speedate" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0dzryiwvdbdcz74x0hidb5g1c2aal4n9cxsdlqwxxrq79vgplpls"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-strum" ,rust-strum-0.26)
|
||||
("rust-strum-macros" ,rust-strum-macros-0.26))
|
||||
#:cargo-development-inputs (("rust-chrono" ,rust-chrono-0.4)
|
||||
("rust-iso8601" ,rust-iso8601-0.6)
|
||||
("rust-paste" ,rust-paste-1))))
|
||||
(home-page "https://github.com/pydantic/speedate/")
|
||||
(synopsis "Fast and simple datetime, date, time and duration parsing")
|
||||
(description "This package provides fast and simple datetime, date, time and
|
||||
duration parsing.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-speedate-0.14
|
||||
(package
|
||||
(name "rust-speedate")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue