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

commit 0efc4f33b8bc193d38c98f6989790eb56ed8edb2
Author: Herman Rimm <[email protected]>
AuthorDate: Tue Dec 24 16:31:35 2024 +0100

    gnu: rust-askama-derive-0.11: Order alphabetically.
    
    * gnu/packages/crates-io.scm (rust-askama-derive-0.11): Order.
    
    Change-Id: I218ddfb573d6388c58b926f3346af1e1771dc44b
    Signed-off-by: Efraim Flashner <[email protected]>
---
 gnu/packages/crates-io.scm | 38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 46c6d6d54e..be7c653b34 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -4353,25 +4353,6 @@ extracted from Askama.")
      "This package provide the procedural macro package for Askama.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-askama-derive-0.11
-  (package
-    (inherit rust-askama-derive-0.12)
-    (name "rust-askama-derive")
-    (version "0.11.2")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "askama_derive" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "0wbb5l1x1bx8x8vvz4ayw196l9y64mi3vrmxm7pn8wmlx3k8ggw7"))))
-    (arguments
-     (list #:skip-build? #t
-           #:cargo-inputs
-           `(("rust-askama-shared" ,rust-askama-shared-0.12)
-             ("rust-proc-macro2" ,rust-proc-macro2-1)
-             ("rust-syn" ,rust-syn-1))))))
-
 (define-public rust-as-raw-xcb-connection-1
   (package
     (name "rust-as-raw-xcb-connection")
@@ -4564,6 +4545,25 @@ library for Rust.")
              ("rust-askama-escape" ,rust-askama-escape-0.10)
              ("rust-askama-shared" ,rust-askama-shared-0.12))))))
 
+(define-public rust-askama-derive-0.11
+  (package
+    (inherit rust-askama-derive-0.12)
+    (name "rust-askama-derive")
+    (version "0.11.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "askama_derive" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0wbb5l1x1bx8x8vvz4ayw196l9y64mi3vrmxm7pn8wmlx3k8ggw7"))))
+    (arguments
+     (list #:skip-build? #t
+           #:cargo-inputs
+           `(("rust-askama-shared" ,rust-askama-shared-0.12)
+             ("rust-proc-macro2" ,rust-proc-macro2-1)
+             ("rust-syn" ,rust-syn-1))))))
+
 (define-public rust-askama-parser-0.2
   (package
     (name "rust-askama-parser")

Reply via email to