efraim pushed a commit to branch rust-team
in repository guix.
commit c1bcdf81b0ae330df6ff2fd46682ad82f0deeec4
Author: Herman Rimm <[email protected]>
AuthorDate: Tue Dec 24 16:32:02 2024 +0100
gnu: rust-claxon-0.4: Order alphabetically.
* gnu/packages/crates-io.scm (rust-claxon-0.4): Order.
Change-Id: Ia96828c8af03ee14275f6483c51f36e6026d0095
Signed-off-by: Efraim Flashner <[email protected]>
---
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 cc0486e4b9..3234038073 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13954,25 +13954,6 @@ interoperation between crates in Rust.")
("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 @@ stream of tokens.")
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")