efraim pushed a commit to branch rust-team
in repository guix.
commit 4f066a0c0faea85f196cb22924597138cdd5c2a2
Author: Herman Rimm <[email protected]>
AuthorDate: Tue Dec 24 21:09:54 2024 +0100
gnu: rust-konst-proc-macros-0.2: Order alphabetically.
* gnu/packages/crates-io.scm (rust-konst-proc-macros-0.2): Order.
Change-Id: Ic61afea604c37898f7a4d078c923dc559d5faf30
Signed-off-by: Efraim Flashner <[email protected]>
---
gnu/packages/crates-io.scm | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 6cbcfdfcd1..0f0feca3cb 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -35357,23 +35357,6 @@ speed then walkdir provides a smaller and more tested
single threaded implementa
(description "Implementation detail of the konst crate.")
(license license:zlib)))
-(define-public rust-konst-proc-macros-0.2
- (package
- (name "rust-konst-proc-macros")
- (version "0.2.11")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "konst_proc_macros" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "0dxp8mdh3q9d044ql203way4fgbc50n3j3pi2j1x2snlcaa10klq"))))
- (build-system cargo-build-system)
- (home-page "https://github.com/rodrimati1992/konst/")
- (synopsis "Implementation detail of the @code{konst} crate")
- (description "Implementation detail of the @code{konst} crate.")
- (license license:zlib)))
-
(define-public rust-human-date-parser-0.1
(package
(name "rust-human-date-parser")
@@ -40066,6 +40049,23 @@ passwords/credentials.")
"The Khronos XML API Registry, exposed as byte string constants.")
(license license:asl2.0)))
+(define-public rust-konst-proc-macros-0.2
+ (package
+ (name "rust-konst-proc-macros")
+ (version "0.2.11")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "konst_proc_macros" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0dxp8mdh3q9d044ql203way4fgbc50n3j3pi2j1x2snlcaa10klq"))))
+ (build-system cargo-build-system)
+ (home-page "https://github.com/rodrimati1992/konst/")
+ (synopsis "Implementation detail of the @code{konst} crate")
+ (description "Implementation detail of the @code{konst} crate.")
+ (license license:zlib)))
+
(define-public rust-kqueue-sys-1
(package
(name "rust-kqueue-sys")