mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add rust-speedate-0.13.
* gnu/packages/crates-io.scm (rust-speedate-0.13): New variable. Change-Id: Ic82967e2fc77ea0de27b7c7e8719ed2b3d5c50d9
This commit is contained in:
parent
886fda7f3a
commit
ab33d600e1
1 changed files with 23 additions and 0 deletions
|
@ -68365,6 +68365,29 @@ (define-public rust-speculate-0.1
|
|||
"An RSpec inspired minimal testing framework for Rust.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-speedate-0.13
|
||||
(package
|
||||
(name "rust-speedate")
|
||||
(version "0.13.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "speedate" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "16xi4d98ab3ag7rkba2fv37kk3d0fgg0l287hq4vz36i1z2pcbr4"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-strum" ,rust-strum-0.25)
|
||||
("rust-strum-macros" ,rust-strum-macros-0.25))
|
||||
#:cargo-development-inputs (("rust-chrono" ,rust-chrono-0.4)
|
||||
("rust-iso8601" ,rust-iso8601-0.4)
|
||||
("rust-paste" ,rust-paste-1))))
|
||||
(home-page "https://github.com/pydantic/speedate/")
|
||||
(synopsis "Fast and simple datetime, date, time and duration parsing")
|
||||
(description "Fast and simple datetime, date, time and duration parsing.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-speedy-0.8
|
||||
(package
|
||||
(name "rust-speedy")
|
||||
|
|
Loading…
Reference in a new issue