guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#75069] [PATCH rust-team 52/57] gnu: rust-web-sys-0.3: Order alphabe


From: Herman Rimm
Subject: [bug#75069] [PATCH rust-team 52/57] gnu: rust-web-sys-0.3: Order alphabetically.
Date: Tue, 24 Dec 2024 22:26:35 +0100

* gnu/packages/crates-io.scm (rust-web-sys-0.3): Order.

Change-Id: Ieadd305af5d2a8457d06f8170ddd3d652fb07096
---
 gnu/packages/crates-io.scm | 48 +++++++++++++++++++-------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 54ebea9bb8..efa0cb697e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -97743,6 +97743,30 @@ (define-public rust-wax-0.6
 against paths and directory trees.")
     (license license:expat)))
 
+(define-public rust-web-sys-0.3
+  (package
+    (name "rust-web-sys")
+    (version "0.3.76")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "web-sys" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1g0j3kii20mh7hqmdajz2r4c21zynb9h9h026wymalkx88ip5p84"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs
+       (("rust-js-sys" ,rust-js-sys-0.3)
+        ("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2))
+       #:cargo-development-inputs (("rust-futures" ,rust-futures-0.3))))
+    (home-page "https://rustwasm.github.io/wasm-bindgen/web-sys/index.html";)
+    (synopsis
+     "Bindings for all Web APIs, a procedurally generated crate from WebIDL")
+    (description
+     "Bindings for all Web APIs, a procedurally generated crate from WebIDL.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-wl-clipboard-rs-0.8
   (package
     (name "rust-wl-clipboard-rs")
@@ -97842,30 +97866,6 @@ (define-public rust-wl-clipboard-rs-0.4
          ("rust-wayland-commons" ,rust-wayland-commons-0.28)
          ("rust-wayland-protocols" ,rust-wayland-protocols-0.28))))))
 
-(define-public rust-web-sys-0.3
-  (package
-    (name "rust-web-sys")
-    (version "0.3.76")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "web-sys" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "1g0j3kii20mh7hqmdajz2r4c21zynb9h9h026wymalkx88ip5p84"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:cargo-inputs
-       (("rust-js-sys" ,rust-js-sys-0.3)
-        ("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2))
-       #:cargo-development-inputs (("rust-futures" ,rust-futures-0.3))))
-    (home-page "https://rustwasm.github.io/wasm-bindgen/web-sys/index.html";)
-    (synopsis
-     "Bindings for all Web APIs, a procedurally generated crate from WebIDL")
-    (description
-     "Bindings for all Web APIs, a procedurally generated crate from WebIDL.")
-    (license (list license:expat license:asl2.0))))
-
 (define-public rust-web-time-1
   (package
     (name "rust-web-time")
-- 
2.45.2






reply via email to

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