[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70606] [PATCH rust-team 37/92] gnu: rust-claxon-0.4: Order alphabet
From: |
Herman Rimm |
Subject: |
[bug#70606] [PATCH rust-team 37/92] gnu: rust-claxon-0.4: Order alphabetically. |
Date: |
Tue, 24 Dec 2024 16:32:02 +0100 |
* gnu/packages/crates-io.scm (rust-claxon-0.4): Order.
Change-Id: Ia96828c8af03ee14275f6483c51f36e6026d0095
---
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 be0156a2a1..8eae38109b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13954,25 +13954,6 @@ (define-public rust-clang-sys-0.23
("rust-libc" ,rust-libc-0.2)
("rust-libloading" ,rust-libloading-0.5))))))
-(define-public rust-claxon-0.4
- (package
- (name "rust-claxon")
- (version "0.4.3")
- (source (origin
- (method url-fetch)
- (uri (crate-uri "claxon" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "1206mxvw833ysg10029apcsjjwly8zmsvksgza5cm7ma4ikzbysb"))))
- (build-system cargo-build-system)
- (arguments
- (list #:skip-build? #t)) ; Cut the dependency graph.
- (home-page "https://github.com/ruuda/claxon#readme")
- (synopsis "FLAC decoding library")
- (description "This package provides a FLAC decoding library.")
- (license license:asl2.0)))
-
(define-public rust-clang-sys-0.29
(package
(inherit rust-clang-sys-1)
@@ -14604,6 +14585,25 @@ (define-public rust-clap-verbosity-flag-2
Clap.")
(license (list license:expat license:asl2.0))))
+(define-public rust-claxon-0.4
+ (package
+ (name "rust-claxon")
+ (version "0.4.3")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "claxon" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1206mxvw833ysg10029apcsjjwly8zmsvksgza5cm7ma4ikzbysb"))))
+ (build-system cargo-build-system)
+ (arguments
+ (list #:skip-build? #t)) ; Cut the dependency graph.
+ (home-page "https://github.com/ruuda/claxon#readme")
+ (synopsis "FLAC decoding library")
+ (description "This package provides a FLAC decoding library.")
+ (license license:asl2.0)))
+
(define-public rust-clearscreen-2
(package
(name "rust-clearscreen")
--
2.45.2
- [bug#70606] [PATCH rust-team 65/92] gnu: rust-count-instructions-0.1: Order alphabetically., (continued)
- [bug#70606] [PATCH rust-team 65/92] gnu: rust-count-instructions-0.1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 28/92] gnu: rust-buffer-redux-1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 87/92] gnu: rust-fasthash-0.4: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 69/92] gnu: rust-csv-index-0.1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 35/92] gnu: rust-chic-1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 73/92] gnu: rust-dhcp4r-0.2: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 84/92] gnu: rust-failure-0.1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 31/92] gnu: rust-cargo-lock-9: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 86/92] gnu: rust-fasthash-sys-0.3: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 27/92] gnu: rust-blas-0.22: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 37/92] gnu: rust-claxon-0.4: Order alphabetically.,
Herman Rimm <=
- [bug#70606] [PATCH rust-team 75/92] gnu: rust-downcast-0.11: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 76/92] gnu: rust-dyn-clone-1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 64/92] gnu: rust-core-arch-0.1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 83/92] gnu: rust-fake-simd-0.1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 92/92] gnu: rust-guess-host-triple-0.1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 79/92] gnu: rust-equivalent-1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 88/92] gnu: rust-field-offset-0.3: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 50/92] gnu: rust-const-format-proc-macros-0.2: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 90/92] gnu: rust-fsio-0.4: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 54/92] gnu: rust-condtype-1: Order alphabetically., Herman Rimm, 2024/12/24