mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 18:29:28 +01:00
gnu: Add rust-chrono-tz-build-0.2.
* gnu/packages/crates-io.scm (rust-chrono-tz-build-0.2): New variable. (rust-chrono-tz-build-0.0.3): Inherit from rust-chrono-tz-build-0.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
9e886566a0
commit
d056f5a31a
1 changed files with 16 additions and 3 deletions
|
@ -10136,17 +10136,17 @@ for @code{rust-chrono}.")
|
|||
("rust-parse-zoneinfo" ,rust-parse-zoneinfo-0.3)
|
||||
("rust-serde" ,rust-serde-1))))))
|
||||
|
||||
(define-public rust-chrono-tz-build-0.0.3
|
||||
(define-public rust-chrono-tz-build-0.2
|
||||
(package
|
||||
(name "rust-chrono-tz-build")
|
||||
(version "0.0.3")
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "chrono-tz-build" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "031s51dd2vbxdhz7fxk1jpbbvr800w57an14bsq3fd5khwx9ql3g"))))
|
||||
(base32 "03rmzd69cn7fp0fgkjr5042b3g54s2l941afjm3001ls7kqkjgj3"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
@ -10162,6 +10162,19 @@ for @code{rust-chrono}.")
|
|||
chrono-tz Rust crate.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-chrono-tz-build-0.0.3
|
||||
(package
|
||||
(inherit rust-chrono-tz-build-0.2)
|
||||
(name "rust-chrono-tz-build")
|
||||
(version "0.0.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "chrono-tz-build" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "031s51dd2vbxdhz7fxk1jpbbvr800w57an14bsq3fd5khwx9ql3g"))))))
|
||||
|
||||
(define-public rust-chumsky-0.9
|
||||
(package
|
||||
(name "rust-chumsky")
|
||||
|
|
Loading…
Add table
Reference in a new issue