[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/32: gnu: Add rust-chrono-tz-0.10.
From: |
guix-commits |
Subject: |
15/32: gnu: Add rust-chrono-tz-0.10. |
Date: |
Sun, 15 Dec 2024 11:03:17 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 16358676821f0a2593ae41513a369ce344579ac2
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Dec 15 15:36:57 2024 +0200
gnu: Add rust-chrono-tz-0.10.
* gnu/packages/crates-io.scm (rust-chrono-tz-0.10): New variable.
(rust-chrono-tz-0.9): Inherit from rust-chrono-tz-0.10.
Change-Id: Ie01d9638dfa4e1b17fb313d817cf5ae132b61d4f
---
gnu/packages/crates-io.scm | 38 ++++++++++++++++++++++++++++++--------
1 file changed, 30 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1a08e0abbc..6ed228b83a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13345,8 +13345,37 @@ Encoding Standard.")
Python @code{arrow.humanize}.")
(license (list license:expat license:asl2.0))))
+(define-public rust-chrono-tz-0.10
+ (package
+ (name "rust-chrono-tz")
+ (version "0.10.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "chrono-tz" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1dnkmhlf8jfxskrzir0y6fdbpf8mqnaz5igql9cklwh0dl2dhvfd"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-arbitrary" ,rust-arbitrary-1)
+ ("rust-chrono" ,rust-chrono-0.4)
+ ("rust-chrono-tz-build" ,rust-chrono-tz-build-0.4)
+ ("rust-phf" ,rust-phf-0.11)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-uncased" ,rust-uncased-0.9))
+ #:cargo-development-inputs (("rust-chrono" ,rust-chrono-0.4)
+ ("rust-serde-test" ,rust-serde-test-1))))
+ (home-page "https://github.com/chronotope/chrono-tz";)
+ (synopsis "TimeZone implementations for chrono from the IANA database")
+ (description
+ "Chrono-TZ is a library that provides implementors of the TimeZone trait
+for @code{rust-chrono}.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-chrono-tz-0.9
(package
+ (inherit rust-chrono-tz-0.10)
(name "rust-chrono-tz")
(version "0.9.0")
(source
@@ -13356,7 +13385,6 @@ Python @code{arrow.humanize}.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1fvicqrlmdsjkrgxr7bxfd62i9w2qi2b6iv4w85av5syvqlqnsck"))))
- (build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-arbitrary" ,rust-arbitrary-1)
@@ -13367,13 +13395,7 @@ Python @code{arrow.humanize}.")
("rust-uncased" ,rust-uncased-0.9))
#:cargo-development-inputs
(("rust-chrono" ,rust-chrono-0.4)
- ("rust-serde-test" ,rust-serde-test-1))))
- (home-page "https://github.com/chronotope/chrono-tz";)
- (synopsis "TimeZone implementations for chrono from the IANA database")
- (description
- "Chrono-TZ is a library that provides implementors of the TimeZone trait
-for @code{rust-chrono}.")
- (license (list license:expat license:asl2.0))))
+ ("rust-serde-test" ,rust-serde-test-1))))))
(define-public rust-chrono-tz-0.8
(package
- 06/32: gnu: rust-smol-1: Update to 1.3.0., (continued)
- 06/32: gnu: rust-smol-1: Update to 1.3.0., guix-commits, 2024/12/15
- 07/32: gnu: rust-smallvec-0.6: Update to 0.6.14., guix-commits, 2024/12/15
- 10/32: gnu: Add rust-pyo3-macros-0.22., guix-commits, 2024/12/15
- 12/32: gnu: Add rust-pyo3-ffi-0.22., guix-commits, 2024/12/15
- 13/32: gnu: Add rust-pyo3-build-config-0.22., guix-commits, 2024/12/15
- 17/32: gnu: rust-openssl-macros-0.1: Update to 0.1.1., guix-commits, 2024/12/15
- 18/32: gnu: rust-openssl-0.10: Update to 0.10.68., guix-commits, 2024/12/15
- 14/32: gnu: rust-cc-1: Update to 1.2.4., guix-commits, 2024/12/15
- 08/32: gnu: rust-smallvec-1: Update to 1.13.2., guix-commits, 2024/12/15
- 30/32: gnu: python-cryptography-vectors: Update to 43.0.3., guix-commits, 2024/12/15
- 15/32: gnu: Add rust-chrono-tz-0.10.,
guix-commits <=
- 21/32: gnu: Add rust-pyo3-ffi-0.23., guix-commits, 2024/12/15
- 22/32: gnu: Add rust-pyo3-macros-backend-0.23., guix-commits, 2024/12/15
- 23/32: gnu: Add rust-pyo3-macros-0.23., guix-commits, 2024/12/15
- 27/32: gnu: rust-python3-dll-a-0.2: Update to 0.2.11., guix-commits, 2024/12/15
- 31/32: gnu: python-cryptography: Update to 43.0.3., guix-commits, 2024/12/15
- 29/32: gnu: Add rust-asn1-0.16., guix-commits, 2024/12/15
- 05/32: gnu: Add rust-speedate-0.14., guix-commits, 2024/12/15
- 11/32: gnu: Add rust-pyo3-macros-backend-0.22., guix-commits, 2024/12/15
- 19/32: gnu: rust-pem-3: Update to 3.0.4., guix-commits, 2024/12/15
- 26/32: gnu: Add rust-asn1-derive-0.20., guix-commits, 2024/12/15