From: Herman Rimm via Guix-patches via <guix-patches@gnu.org>
To: 70606@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#70606] [PATCH rust-team 35/92] gnu: rust-chic-1: Order alphabetically.
Date: Tue, 24 Dec 2024 16:32:00 +0100 [thread overview]
Message-ID: <523fb595aab9b647a1854fe733fdd4762cf4c762.1735054262.git.herman@rimm.ee> (raw)
In-Reply-To: <cover.1735054260.git.herman@rimm.ee>
* gnu/packages/crates-io.scm (rust-chic-1): Order.
Change-Id: Ie8acdf583ecbb224d8448333a41108ef2cd6c0fb
---
gnu/packages/crates-io.scm | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index dd10e7926b..aa0e9ec32f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13413,6 +13413,25 @@ (define-public rust-charset-0.1
Encoding Standard.")
(license (list license:expat license:asl2.0))))
+(define-public rust-chic-1
+ (package
+ (name "rust-chic")
+ (version "1.2.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "chic" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "037pkdccj25gr4my8fq1qni9v87rydpyhfi2naf86mimkxhxpdd5"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-annotate-snippets" ,rust-annotate-snippets-0.6))))
+ (home-page "https://github.com/yoshuawuyts/chic")
+ (synopsis "Pretty parser error reporting")
+ (description "This package provides pretty parser error reporting.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-chrono-0.4
(package
(name "rust-chrono")
@@ -13450,25 +13469,6 @@ (define-public rust-chrono-0.4
(description "Date and time library for Rust.")
(license (list license:expat license:asl2.0))))
-(define-public rust-chic-1
- (package
- (name "rust-chic")
- (version "1.2.2")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "chic" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "037pkdccj25gr4my8fq1qni9v87rydpyhfi2naf86mimkxhxpdd5"))))
- (build-system cargo-build-system)
- (arguments
- `(#:cargo-inputs (("rust-annotate-snippets" ,rust-annotate-snippets-0.6))))
- (home-page "https://github.com/yoshuawuyts/chic")
- (synopsis "Pretty parser error reporting")
- (description "This package provides pretty parser error reporting.")
- (license (list license:expat license:asl2.0))))
-
(define-public rust-chrono-humanize-0.2
(package
(name "rust-chrono-humanize")
--
2.45.2
next prev parent reply other threads:[~2024-12-24 17:15 UTC|newest]
Thread overview: 195+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-27 12:23 [bug#70606] [PATCH rust-team 001/101] gnu: Place rust-xxhash-rust-0.8 in alphabetical order Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 002/101] gnu: Place rust-wl-clipboard-rs-0.8 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 003/101] gnu: Place rust-valuable-derive-0.1 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 004/101] gnu: Place rust-unidecode-0.3 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 005/101] gnu: Place rust-tree-magic-0.2 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 006/101] gnu: Place rust-tokio-tcp-0.1 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 007/101] gnu: Place rust-timeago-0.4 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 008/101] gnu: Place rust-tikv-jemalloc-ctl-0.4 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 009/101] gnu: Place rust-tectonic-engine-xdvipdfmx-0.4 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 010/101] gnu: Place rust-synchronoise-1 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 011/101] gnu: Place rust-symphonia-metadata-0.4 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 012/101] gnu: Place rust-sxd-xpath-0.4 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 013/101] gnu: Place rust-spirv-types-0.4 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 014/101] gnu: Place rust-snapbox-macros-0.3 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 015/101] gnu: Place rust-snafu-0.8 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 016/101] gnu: Place rust-paw-structopt-1 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 017/101] gnu: Place rust-simplerand-1 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 018/101] gnu: Place rust-sensors-0.2 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 019/101] gnu: Place rust-serial-test-0.4 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 020/101] gnu: Place rust-serde-wasm-bindgen-0.3 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 021/101] gnu: Place rust-serdeconv-0.4 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 022/101] gnu: Place rust-salsa-macros-0.17 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 023/101] gnu: Place rust-rkyv-derive-0.7 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 024/101] gnu: Place rust-hawktracer-proc-macro-0.4 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 025/101] gnu: Place rust-etherparse-0.9 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 026/101] gnu: Place rust-rust-htslib-0.38 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 027/101] gnu: Place rust-rust-rawkey-0.1 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 028/101] gnu: Place rust-pyo3-* packages " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 029/101] gnu: Place rust-pulldown-cmark-to-cmark-7 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 030/101] gnu: Place rust-publicsuffix-2 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 031/101] gnu: Place rust-pretty-hex-0.3 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 032/101] gnu: Place rust-ping-0.4 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 033/101] gnu: Place rust-perf-event-open-sys-1 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 034/101] gnu: Place rust-parasail-sys-0.2 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 035/101] gnu: Place rust-owo-colors-4 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 036/101] gnu: Place rust-ouroborus-macro-0.17 " Herman Rimm via Guix-patches via
2024-04-27 12:34 ` [bug#70606] [PATCH rust-team 037/101] gnu: Place rust-openssl-macros-0.1 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 038/101] gnu: Place rust-once-cell-1 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 039/101] gnu: Place rust-ntest-proc-macro-helper-0.8 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 040/101] gnu: Place rust-notify-debouncer-mini-0.4 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 041/101] gnu: Place rust-normalize-path-0.2 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 042/101] gnu: Place rust-nom8-0.2 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 043/101] gnu: Place rust-nispor-1 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 044/101] gnu: Place rust-nanorand-0.7 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 045/101] gnu: Place rust-muldiv-1 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 046/101] gnu: Place rust-metrics-macro-0.2 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 047/101] gnu: Place rust-merge-derive-0.1 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 048/101] gnu: Place rust-matrixcompare-core-0.1 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 049/101] gnu: Place rust-matchit-0.7 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 050/101] gnu: Place rust-markup-proc-macro-0.13 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 051/101] gnu: Place rust-magma-0.8 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 052/101] gnu: Place rust-local-ip-address-0.4 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 053/101] gnu: Place rust-libtest-mimic-0.3 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 054/101] gnu: Place rust-libz-sys-1 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 055/101] gnu: Place rust-libmimalloc-sys-0.1 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 056/101] gnu: Place rust-lexical-6 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 057/101] gnu: Place rust-language-tags-0.3 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 058/101] gnu: Place rust-k9-0.11 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 059/101] gnu: Place rust-kqueue-sys-1 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 060/101] gnu: Place rust-juniper-codegen-0.14 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 061/101] gnu: Place rust-jsonpath-lib-0.3 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 062/101] gnu: Place rust-iri-string-0.7 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 063/101] gnu: Place rust-inout-0.1 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 064/101] gnu: Place rust-iana-time-zone-haiku-0.1 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 065/101] gnu: Place rust-hyphenation-commons-0.8 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 066/101] gnu: Place rust-humantime-serde-1 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 067/101] gnu: Place rust-kuchiki-0.8 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 068/101] gnu: Place rust-html-escape-0.2 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 069/101] gnu: Place rust-home-0.5 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 070/101] gnu: Place rust-fsio-0.4 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 071/101] gnu: Place rust-fs2-0.4 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 072/101] gnu: Place rust-field-offset-0.3 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 073/101] gnu: Place rust-fakeit-1 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 074/101] gnu: Place rust-env-filter-0.1 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 075/101] gnu: Place rust-enum-map-derive-0.4 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 076/101] gnu: Place rust-dyn-clone-1 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 077/101] gnu: Place rust-downcast-rs-1 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 078/101] gnu: Place rust-dhcp4r-0.2 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 079/101] gnu: Place rust-csv-index-0.1 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 080/101] gnu: Place rust-crc-catalog-2 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 081/101] gnu: Place rust-cov-mark-2 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 082/101] gnu: Place rust-core-arch-0.1 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 083/101] gnu: Place rust-const-panic-proc-macros-0.2 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 084/101] gnu: Place rust-claxon-0.4 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 085/101] gnu: Place rust-clap-cargo-0.12 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 086/101] gnu: Place rust-ci-info-0.3 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 087/101] gnu: Place rust-chan-0.1 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 088/101] gnu: Place rust-cargo-lock-7 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 089/101] gnu: Place rust-bytesize-1 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 090/101] gnu: Place rust-buffer-redux-1 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 091/101] gnu: Place rust-bio-types-0.12 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 092/101] gnu: Place rust-base-x-0.2 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 093/101] gnu: Place rust-av-metrics-0.9 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 094/101] gnu: Place rust-autocompress-0.2 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 095/101] gnu: Place rust-atomic-write-file-0.1 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 096/101] gnu: Place rust-ascii-utils-0.9 " Herman Rimm via Guix-patches via
2024-04-27 12:35 ` [bug#70606] [PATCH rust-team 097/101] gnu: Place rust-askama-0.11 " Herman Rimm via Guix-patches via
2024-04-27 12:36 ` [bug#70606] [PATCH rust-team 098/101] gnu: Place rust-arr-macro-impl-0.1 " Herman Rimm via Guix-patches via
2024-04-27 12:36 ` [bug#70606] [PATCH rust-team 099/101] gnu: Place rust-argh-shared-0.1 " Herman Rimm via Guix-patches via
2024-04-27 12:36 ` [bug#70606] [PATCH rust-team 100/101] gnu: Place rust-aliasable-deref-trait-0.2 " Herman Rimm via Guix-patches via
2024-04-27 12:36 ` [bug#70606] [PATCH rust-team 101/101] gnu: Place rust-addchain-0.2 " Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 00/92] Order (crates-io) packages from a to g Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 01/92] gnu: rust-addchain-0.2: Order alphabetically Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 02/92] gnu: rust-addr-0.14: " Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 03/92] gnu: rust-aliasable-deref-trait-0.2: " Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 04/92] gnu: rust-argh-shared-0.1: " Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 05/92] gnu: rust-argh-0.1: " Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 06/92] gnu: rust-arr-macro-0.1: " Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 07/92] gnu: rust-askama-0.11: " Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 08/92] gnu: rust-askama-0.12: " Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 09/92] gnu: rust-askama-parser-0.2: " Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 10/92] gnu: rust-askama-derive-0.11: " Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 11/92] gnu: rust-askama-derive-0.12: " Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 12/92] gnu: rust-askama-shared-0.12: " Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 13/92] gnu: rust-askama-escape-0.10: " Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 14/92] gnu: rust-asio-sys-0.2: " Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 15/92] gnu: rust-as-variant-1: " Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 16/92] gnu: rust-atomic-write-file-0.1: " Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 17/92] gnu: rust-auto-impl-0.5: " Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 18/92] gnu: rust-autocfg-1: " Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 19/92] gnu: rust-autocfg-0.1: " Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 20/92] gnu: rust-av-metrics-0.9: " Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 21/92] gnu: rust-av1-grain-0.2: " Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 22/92] gnu: rust-base-x-0.2: " Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 23/92] gnu: rust-bio-types-0.12: " Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 24/92] gnu: rust-bio-types-1: " Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 25/92] gnu: rust-biquad-0.4: " Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 26/92] gnu: rust-blas-sys-0.7: " Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 27/92] gnu: rust-blas-0.22: " Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 28/92] gnu: rust-buffer-redux-1: " Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 29/92] gnu: rust-bytesize-1: " Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 30/92] gnu: rust-cargo-lock-10: " Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 31/92] gnu: rust-cargo-lock-9: " Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 32/92] gnu: rust-cargo-lock-8: " Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 33/92] gnu: rust-cargo-lock-7: " Herman Rimm via Guix-patches via
2024-12-24 15:31 ` [bug#70606] [PATCH rust-team 34/92] gnu: rust-chan-0.1: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` Herman Rimm via Guix-patches via [this message]
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 36/92] gnu: rust-ci-info-0.3: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 37/92] gnu: rust-claxon-0.4: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 38/92] gnu: rust-clap-derive-3: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 39/92] gnu: rust-clap-derive-4: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 40/92] gnu: rust-clap-conf-0.1: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 41/92] gnu: rust-clap-complete-nushell-0.1: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 42/92] gnu: rust-clap-complete-fig-4: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 43/92] gnu: rust-clap-complete-command-0.5: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 44/92] gnu: rust-clap-cargo-0.12: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 45/92] gnu: rust-clap-cargo-0.14: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 46/92] gnu: rust-const-str-proc-macro-0.5: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 47/92] gnu: rust-const-str-0.5: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 48/92] gnu: rust-const-panic-macros-0.2: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 49/92] gnu: rust-const-panic-0.2: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 50/92] gnu: rust-const-format-proc-macros-0.2: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 51/92] gnu: rust-const-format-0.2: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 52/92] gnu: rust-const-fn-assert-0.1: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 53/92] gnu: rust-const-cstr-0.3: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 54/92] gnu: rust-condtype-1: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 55/92] gnu: rust-compound-duration-1: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 56/92] gnu: rust-cookie-store-0.21: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 57/92] gnu: rust-cookie-store-0.20: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 58/92] gnu: rust-cookie-store-0.19: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 59/92] gnu: rust-cookie-store-0.16: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 60/92] gnu: rust-cookie-store-0.15: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 61/92] gnu: rust-cookie-store-0.12: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 62/92] gnu: rust-core-affinity-0.8: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 63/92] gnu: rust-core-affinity-0.5: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 64/92] gnu: rust-core-arch-0.1: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 65/92] gnu: rust-count-instructions-0.1: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 66/92] gnu: rust-countme-3: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 67/92] gnu: rust-crc-catalog-2: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 68/92] gnu: rust-crc-catalog-1: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 69/92] gnu: rust-csv-index-0.1: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 70/92] gnu: rust-csv-async-1: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 71/92] gnu: rust-cstr-0.2: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 72/92] gnu: rust-cstr-core-0.2: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 73/92] gnu: rust-dhcp4r-0.2: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 74/92] gnu: rust-downcast-rs-1: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 75/92] gnu: rust-downcast-0.11: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 76/92] gnu: rust-dyn-clone-1: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 77/92] gnu: rust-enum-map-derive-0.4: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 78/92] gnu: rust-env-filter-0.1: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 79/92] gnu: rust-equivalent-1: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 80/92] gnu: rust-ethtool-0.2: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 81/92] gnu: rust-etherparse-0.13: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 82/92] gnu: rust-etherparse-0.9: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 83/92] gnu: rust-fake-simd-0.1: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 84/92] gnu: rust-failure-0.1: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 85/92] gnu: rust-failure-derive-0.1: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 86/92] gnu: rust-fasthash-sys-0.3: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 87/92] gnu: rust-fasthash-0.4: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 88/92] gnu: rust-field-offset-0.3: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 89/92] gnu: rust-fs2-0.4: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 90/92] gnu: rust-fsio-0.4: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 91/92] gnu: rust-fs-utils-1: " Herman Rimm via Guix-patches via
2024-12-24 15:32 ` [bug#70606] [PATCH rust-team 92/92] gnu: rust-guess-host-triple-0.1: " Herman Rimm via Guix-patches via
2024-12-24 17:51 ` bug#70606: [PATCH rust-team 00/92] Order (crates-io) packages from a to g Efraim Flashner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=523fb595aab9b647a1854fe733fdd4762cf4c762.1735054262.git.herman@rimm.ee \
--to=guix-patches@gnu.org \
--cc=70606@debbugs.gnu.org \
--cc=efraim@flashner.co.il \
--cc=herman@rimm.ee \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.