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

commit f05801bf0bd51ac4c17b717bf26e09bd6cd49f86
Author: Herman Rimm <[email protected]>
AuthorDate: Tue Dec 24 21:09:58 2024 +0100

    gnu: rust-katex-doc-0.1: Order alphabetically.
    
    * gnu/packages/crates-io.scm (rust-katex-doc-0.1): Order.
    
    Change-Id: Ib47819c66ff114833041e4156c24acbc20a7da6b
    Signed-off-by: Efraim Flashner <[email protected]>
---
 gnu/packages/crates-io.scm | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7487817703..9b646d2fc6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -35278,24 +35278,6 @@ Directory traversal is already pretty fast.  If you 
don't need this crate's
 speed then walkdir provides a smaller and more tested single threaded 
implementation.")
     (license license:expat)))
 
-(define-public rust-katex-doc-0.1
-  (package
-    (name "rust-katex-doc")
-    (version "0.1.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "katex-doc" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "1fa0fi3bv9qdab0cb49q8971vszf0nzmvnvm70lns5xrpyyq0nqy"))))
-    (build-system cargo-build-system)
-    (home-page "https://github.com/CAD97/katex-doc";)
-    (synopsis "XaaS for KaTeX on docs.rs")
-    (description
-     "This package provides a XSS as a Service for KaTeX on docs.rs")
-    (license (list license:unlicense license:expat))))
-
 (define-public rust-human-date-parser-0.1
   (package
     (name "rust-human-date-parser")
@@ -39914,6 +39896,24 @@ debugging.")
        (("rust-bencher" ,rust-bencher-0.1)
         ("rust-serde-json" ,rust-serde-json-1))))))
 
+(define-public rust-katex-doc-0.1
+  (package
+    (name "rust-katex-doc")
+    (version "0.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "katex-doc" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1fa0fi3bv9qdab0cb49q8971vszf0nzmvnvm70lns5xrpyyq0nqy"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/CAD97/katex-doc";)
+    (synopsis "XaaS for KaTeX on docs.rs")
+    (description
+     "This package provides a XSS as a Service for KaTeX on docs.rs")
+    (license (list license:unlicense license:expat))))
+
 (define-public rust-keccak-0.1
   (package
     (name "rust-keccak")

Reply via email to