[bug#75068,rust-team,v2,84/93] gnu: rust-pulldown-cmark-escape-0.11: Order alphabetically.

Message ID d7099ae611c3e1d9f0af9a92c3152e12ac089ac0.1735070699.git.herman@rimm.ee
State New
Headers
Series Order (gnu packages crates-io) up to |

Commit Message

Herman Rimm Dec. 24, 2024, 8:11 p.m. UTC
  * gnu/packages/crates-io.scm (rust-pulldown-cmark-escape-0.11): Order.

Change-Id: I077172b8b2e015ea9e70b744aca1b2ff51ce2e40
---
 gnu/packages/crates-io.scm | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)
  

Patch

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c0fff427d1..8fb2928cd7 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -63239,24 +63239,6 @@  (define-public rust-puffin-0.18
     (description "Simple instrumentation profiler for games.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-pulldown-cmark-escape-0.11
-  (package
-    (name "rust-pulldown-cmark-escape")
-    (version "0.11.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "pulldown-cmark-escape" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "1bp13akkz52p43vh2ffpgv604l3xd9b67b4iykizidnsbpdqlz80"))))
-    (build-system cargo-build-system)
-    (home-page "https://github.com/pulldown-cmark/pulldown-cmark")
-    (synopsis "Escape library for HTML created in the pulldown-cmark project")
-    (description "This package provides an escape library for HTML created in
-the pulldown-cmark project.")
-    (license license:expat)))
-
 (define-public rust-pulldown-cmark-0.11
   (package
     (name "rust-pulldown-cmark")
@@ -63417,6 +63399,24 @@  (define-public rust-pulldown-cmark-0.1
        (("rust-bitflags" ,rust-bitflags-0.9)
         ("rust-getopts" ,rust-getopts-0.2))))))
 
+(define-public rust-pulldown-cmark-escape-0.11
+  (package
+    (name "rust-pulldown-cmark-escape")
+    (version "0.11.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "pulldown-cmark-escape" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1bp13akkz52p43vh2ffpgv604l3xd9b67b4iykizidnsbpdqlz80"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/pulldown-cmark/pulldown-cmark")
+    (synopsis "Escape library for HTML created in the pulldown-cmark project")
+    (description "This package provides an escape library for HTML created in
+the pulldown-cmark project.")
+    (license license:expat)))
+
 (define-public rust-pulldown-cmark-to-cmark-10
   (package
     (name "rust-pulldown-cmark-to-cmark")