efraim pushed a commit to branch rust-team
in repository guix.
commit adf08ad5897d19c8bc33bd7ecc30517bd4903aa6
Author: Herman Rimm <[email protected]>
AuthorDate: Tue Dec 24 21:09:56 2024 +0100
gnu: rust-konst-0.2: Order alphabetically.
* gnu/packages/crates-io.scm (rust-konst-0.2): Order.
Change-Id: Ifad0e19e138a811e673c1046ca0ba5ea96cb9084
Signed-off-by: Efraim Flashner <[email protected]>
---
gnu/packages/crates-io.scm | 48 +++++++++++++++++++++++-----------------------
1 file changed, 24 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index cc5e5d27bc..3a760e1793 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -35316,30 +35316,6 @@ speed then walkdir provides a smaller and more tested
single threaded implementa
(description "This package provides a Base32 encoder/decoder library.")
(license license:gpl3+)))
-(define-public rust-konst-0.2
- (package
- (name "rust-konst")
- (version "0.2.19")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "konst" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "1x3lxxk9vjaiiaabngv7ki2bv9xi36gnqzjzi0s8qfs8wq9hw3rk"))))
- (build-system cargo-build-system)
- (arguments
- `(#:cargo-inputs (("rust-konst-macro-rules" ,rust-konst-macro-rules-0.2)
- ("rust-konst-proc-macros" ,rust-konst-proc-macros-0.2)
- ("rust-trybuild" ,rust-trybuild-1))
- #:cargo-development-inputs (("rust-rand" ,rust-rand-0.8))))
- (home-page "https://github.com/rodrimati1992/konst/")
- (synopsis
- "Const equivalents of std functions, compile-time comparison, and
parsing")
- (description
- "Const equivalents of std functions, compile-time comparison, and
parsing.")
- (license license:zlib)))
-
(define-public rust-human-date-parser-0.1
(package
(name "rust-human-date-parser")
@@ -40032,6 +40008,30 @@ passwords/credentials.")
"The Khronos XML API Registry, exposed as byte string constants.")
(license license:asl2.0)))
+(define-public rust-konst-0.2
+ (package
+ (name "rust-konst")
+ (version "0.2.19")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "konst" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1x3lxxk9vjaiiaabngv7ki2bv9xi36gnqzjzi0s8qfs8wq9hw3rk"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-konst-macro-rules" ,rust-konst-macro-rules-0.2)
+ ("rust-konst-proc-macros" ,rust-konst-proc-macros-0.2)
+ ("rust-trybuild" ,rust-trybuild-1))
+ #:cargo-development-inputs (("rust-rand" ,rust-rand-0.8))))
+ (home-page "https://github.com/rodrimati1992/konst/")
+ (synopsis
+ "Const equivalents of std functions, compile-time comparison, and
parsing")
+ (description
+ "Const equivalents of std functions, compile-time comparison, and
parsing.")
+ (license license:zlib)))
+
(define-public rust-konst-macro-rules-0.2
(package
(name "rust-konst-macro-rules")