GNU bug report logs -
#70606
[PATCH rust-team 001/101] gnu: Place rust-xxhash-rust-0.8 in alphabetical order.
Previous Next
Reported by: Herman Rimm <herman <at> rimm.ee>
Date: Sat, 27 Apr 2024 12:25:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #275 received at 70606 <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 207 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.