guix-commits
[Top][All Lists]
Advanced

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

193/198: gnu: rust-web-sys-0.3: Order alphabetically.


From: guix-commits
Subject: 193/198: gnu: rust-web-sys-0.3: Order alphabetically.
Date: Wed, 25 Dec 2024 03:18:39 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 2afbbafc383299a27ec827dc27ee4f8739c27c88
Author: Herman Rimm <herman@rimm.ee>
AuthorDate: Tue Dec 24 22:26:35 2024 +0100

    gnu: rust-web-sys-0.3: Order alphabetically.
    
    * gnu/packages/crates-io.scm (rust-web-sys-0.3): Order.
    
    Change-Id: Ieadd305af5d2a8457d06f8170ddd3d652fb07096
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 cdad291b61..f7938d41ac 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -98024,6 +98024,30 @@ modifications.")
 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")
@@ -98123,30 +98147,6 @@ for terminal and other window-less applications.")
          ("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")



reply via email to

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