[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#68819] [PATCH 07/49] gnu: Add rust-chrono-tz-build-0.2.
|
From: |
Herman Rimm |
|
Subject: |
[bug#68819] [PATCH 07/49] gnu: Add rust-chrono-tz-build-0.2. |
|
Date: |
Tue, 30 Jan 2024 16:24:50 +0100 |
* gnu/packages/crates-io.scm (rust-chrono-tz-build-0.2): Add variable.
(rust-chrono-tz-build-0.0.3): Delete variable.
Change-Id: I1928d97c2b6dcb4e80ff517fa1a5a8642312b171
---
gnu/packages/crates-io.scm | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7e883f8c28..8dc83e46a1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -10105,25 +10105,24 @@ (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.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
- (("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))))
+ `(#: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
--
2.41.0
- [bug#68819] [PATCH 00/49 rust-team] Update i3status-rust to 0.32.3., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 02/49] gnu: Add rust-backon-0.4., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 06/49] gnu: Add rust-neli-wifi-0.6., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 07/49] gnu: Add rust-chrono-tz-build-0.2.,
Herman Rimm <=
- [bug#68819] [PATCH 09/49] gnu: Add rust-from-variants-impl-0.6., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 03/49] gnu: Add rust-calibright-0.1., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 05/49] gnu: Add rust-neli-0.6., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 08/49] gnu: Replace rust-chrono-tz-0.6 with rust-chrono-tz-0.8., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 04/49] gnu: Add rust-neli-proc-macros-0.1., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 01/49] gnu: Add rust-async-once-cell-0.5., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 11/49] gnu: Add rust-notmuch-0.8., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 12/49] gnu: rust-gethostname-0.2: Update to 0.2.3., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 14/49] gnu: Add rust-libsensors-sys-0.2., Herman Rimm, 2024/01/30
- [bug#68819] [PATCH 16/49] gnu: Add rust-signal-hook-tokio-0.3., Herman Rimm, 2024/01/30