[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70606] [PATCH rust-team 084/101] gnu: Place rust-claxon-0.4 in alph
From: |
Herman Rimm |
Subject: |
[bug#70606] [PATCH rust-team 084/101] gnu: Place rust-claxon-0.4 in alphabetical order. |
Date: |
Sat, 27 Apr 2024 14:35:46 +0200 |
* gnu/packages/crates-io.scm (rust-claxon-0.4): Move variable.
Change-Id: I44046a2cf507299cab5b145f0bd8835d23f1e6b3
---
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 0e908ca219..84fd202da6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12518,25 +12518,6 @@ (define-public rust-clang-sys-1
(description "This package provides Rust bindings for libclang.")
(license 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-clang-sys-0.29
(package
(inherit rust-clang-sys-1)
@@ -13153,6 +13134,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.41.0
- [bug#70606] [PATCH rust-team 061/101] gnu: Place rust-jsonpath-lib-0.3 in alphabetical order., (continued)
- [bug#70606] [PATCH rust-team 061/101] gnu: Place rust-jsonpath-lib-0.3 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 086/101] gnu: Place rust-ci-info-0.3 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 063/101] gnu: Place rust-inout-0.1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 058/101] gnu: Place rust-k9-0.11 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 049/101] gnu: Place rust-matchit-0.7 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 097/101] gnu: Place rust-askama-0.11 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 100/101] gnu: Place rust-aliasable-deref-trait-0.2 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 053/101] gnu: Place rust-libtest-mimic-0.3 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 089/101] gnu: Place rust-bytesize-1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 072/101] gnu: Place rust-field-offset-0.3 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 084/101] gnu: Place rust-claxon-0.4 in alphabetical order.,
Herman Rimm <=
- [bug#70606] [PATCH rust-team 071/101] gnu: Place rust-fs2-0.4 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 095/101] gnu: Place rust-atomic-write-file-0.1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 070/101] gnu: Place rust-fsio-0.4 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 067/101] gnu: Place rust-kuchiki-0.8 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 068/101] gnu: Place rust-html-escape-0.2 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 101/101] gnu: Place rust-addchain-0.2 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 088/101] gnu: Place rust-cargo-lock-7 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 056/101] gnu: Place rust-lexical-6 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 091/101] gnu: Place rust-bio-types-0.12 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 092/101] gnu: Place rust-base-x-0.2 in alphabetical order., Herman Rimm, 2024/04/27