guix-commits
[Top][All Lists]
Advanced

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

14/99: gnu: rust-askama-escape-0.10: Order alphabetically.


From: guix-commits
Subject: 14/99: gnu: rust-askama-escape-0.10: Order alphabetically.
Date: Tue, 24 Dec 2024 12:51:05 -0500 (EST)

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

commit 86330e17a0775f2062e4c1346b95698e6bcdfbab
Author: Herman Rimm <herman@rimm.ee>
AuthorDate: Tue Dec 24 16:31:38 2024 +0100

    gnu: rust-askama-escape-0.10: Order alphabetically.
    
    * gnu/packages/crates-io.scm (rust-askama-escape-0.10): Order.
    
    Change-Id: I2100b2047cae247e578ef38ca5c385942a4d5741
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/crates-io.scm | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e697a37085..4883c83128 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -4270,26 +4270,6 @@ variants to `Option`s.")
      "Low-level interface and binding generation for the Steinberg ASIO SDK.")
     (license license:asl2.0)))
 
-(define-public rust-askama-escape-0.10
-  (package
-    (name "rust-askama-escape")
-    (version "0.10.3")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "askama_escape" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "0hg3rz0cma5f6385z7qmqw3jbir76jndwd5s7dqfk92v9gil75v1"))))
-    (build-system cargo-build-system)
-    (arguments (list #:skip-build? #t))
-    (home-page "https://github.com/djc/askama";)
-    (synopsis "HTML escaping extracted from Askama")
-    (description
-     "This package provides an optimized HTML escaping library,
-extracted from Askama.")
-    (license (list license:expat license:asl2.0))))
-
 (define-public rust-as-raw-xcb-connection-1
   (package
     (name "rust-as-raw-xcb-connection")
@@ -4528,6 +4508,26 @@ library for Rust.")
              ("rust-proc-macro2" ,rust-proc-macro2-1)
              ("rust-syn" ,rust-syn-1))))))
 
+(define-public rust-askama-escape-0.10
+  (package
+    (name "rust-askama-escape")
+    (version "0.10.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "askama_escape" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0hg3rz0cma5f6385z7qmqw3jbir76jndwd5s7dqfk92v9gil75v1"))))
+    (build-system cargo-build-system)
+    (arguments (list #:skip-build? #t))
+    (home-page "https://github.com/djc/askama";)
+    (synopsis "HTML escaping extracted from Askama")
+    (description
+     "This package provides an optimized HTML escaping library,
+extracted from Askama.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-askama-parser-0.2
   (package
     (name "rust-askama-parser")



reply via email to

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