[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/19: gnu: Add rust-chrono-tz-build-0.2.
From: |
guix-commits |
Subject: |
06/19: gnu: Add rust-chrono-tz-build-0.2. |
Date: |
Sun, 11 Feb 2024 08:46:48 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 6668907fd071ac16b0608d16e0288c1d68078c04
Author: Troy Figiel <troy@troyfigiel.com>
AuthorDate: Sat Jan 27 16:12:59 2024 +0100
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>
---
gnu/packages/crates-io.scm | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7c853a27d1..6ef8dc66dd 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -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")
- branch rust-team updated (b6ee2d1670 -> 84f14198d2), guix-commits, 2024/02/11
- 02/19: gnu: rust-flatbuffers-2: Don't skip the build., guix-commits, 2024/02/11
- 01/19: gnu: Add rust-flatbuffers-23., guix-commits, 2024/02/11
- 05/19: gnu: Add rust-arrow-data-47., guix-commits, 2024/02/11
- 08/19: gnu: Add rust-arrow-array-47., guix-commits, 2024/02/11
- 04/19: gnu: Add rust-arrow-buffer-47., guix-commits, 2024/02/11
- 06/19: gnu: Add rust-chrono-tz-build-0.2.,
guix-commits <=
- 07/19: gnu: Add rust-chrono-tz-0.8., guix-commits, 2024/02/11
- 03/19: gnu: Add rust-arrow-schema-47., guix-commits, 2024/02/11
- 09/19: gnu: Add rust-arrow-select-47., guix-commits, 2024/02/11
- 10/19: gnu: Add rust-arrow-string-47., guix-commits, 2024/02/11
- 13/19: gnu: Add rust-arrow-cast-47., guix-commits, 2024/02/11
- 11/19: gnu: Add rust-arrow-ord-47., guix-commits, 2024/02/11
- 12/19: gnu: Add rust-comfy-table-7., guix-commits, 2024/02/11
- 15/19: gnu: Add rust-arrow-csv-47., guix-commits, 2024/02/11
- 16/19: gnu: Add rust-arrow-row-47., guix-commits, 2024/02/11
- 18/19: gnu: Add rust-arrow-arith-47., guix-commits, 2024/02/11