guix-patches
[Top][All Lists]
Advanced

[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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]