mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: Add rust-chrono-tz-build-0.3.
* gnu/packages/crates-io.scm (rust-chrono-tz-build-0.3): New variable. (rust-chrono-tz-build-0.2): Inherit from rust-chrono-tx-build-0.3. Change-Id: I208fd128e14a5a50883b2a3490892351fce02a74
This commit is contained in:
parent
b289daeaa1
commit
95a9115d0f
1 changed files with 27 additions and 7 deletions
|
@ -12718,8 +12718,34 @@ (define-public rust-chrono-tz-0.5
|
|||
("rust-parse-zoneinfo" ,rust-parse-zoneinfo-0.3)
|
||||
("rust-serde" ,rust-serde-1))))))
|
||||
|
||||
(define-public rust-chrono-tz-build-0.3
|
||||
(package
|
||||
(name "rust-chrono-tz-build")
|
||||
(version "0.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "chrono-tz-build" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1c8ixwwwsn9kgs1dr5mz963p0fgw9j9p7fzb3w2c7y8xhkp8l20c"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-parse-zoneinfo" ,rust-parse-zoneinfo-0.3)
|
||||
("rust-phf" ,rust-phf-0.11)
|
||||
("rust-phf-codegen" ,rust-phf-codegen-0.11)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
("rust-uncased" ,rust-uncased-0.9))))
|
||||
(home-page "https://github.com/chronotope/chrono-tz")
|
||||
(synopsis "Internal build script for chrono-tz Rust package")
|
||||
(description "This package contains the internal build script for
|
||||
the chrono-tz Rust crate.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-chrono-tz-build-0.2
|
||||
(package
|
||||
(inherit rust-chrono-tz-build-0.3)
|
||||
(name "rust-chrono-tz-build")
|
||||
(version "0.2.1")
|
||||
(source
|
||||
|
@ -12736,13 +12762,7 @@ (define-public rust-chrono-tz-build-0.2
|
|||
("rust-phf" ,rust-phf-0.11)
|
||||
("rust-phf-codegen" ,rust-phf-codegen-0.11)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
("rust-uncased" ,rust-uncased-0.9))))
|
||||
(home-page "https://github.com/chronotope/chrono-tz")
|
||||
(synopsis "Internal build script for chrono-tz Rust package")
|
||||
(description
|
||||
"This package contains the internal build script for
|
||||
chrono-tz Rust crate.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
("rust-uncased" ,rust-uncased-0.9))))))
|
||||
|
||||
(define-public rust-chrono-tz-build-0.0.3
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue