efraim pushed a commit to branch rust-team
in repository guix.
commit a9354385894b4447b9c3ae22eea1bbad5dacf58e
Author: Herman Rimm <[email protected]>
AuthorDate: Tue Dec 24 21:10:35 2024 +0100
gnu: rust-matchit-0.7: Order alphabetically.
* gnu/packages/crates-io.scm (rust-matchit-0.7): Order.
Change-Id: I93d55ff290ce105eebe33e4fc7671de2fd310268
Signed-off-by: Efraim Flashner <[email protected]>
---
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 02ad011e5a..be3f6515b6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -45611,26 +45611,6 @@ in html5ever/xml5ever")
OAuth 2.0.")
(license license:asl2.0)))
-(define-public rust-matchit-0.7
- (package
- (name "rust-matchit")
- (version "0.7.3")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "matchit" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "156bgdmmlv4crib31qhgg49nsjk88dxkdqp80ha2pk2rk6n6ax0f"))))
- (build-system cargo-build-system)
- (arguments
- `(#:skip-build? #t)) ; Cut the dependency tree.
- (home-page "https://github.com/ibraheemdev/matchit")
- (synopsis "High performance, zero-copy URL router")
- (description
- "This package provides a high performance, zero-copy URL router.")
- (license (list license:expat license:bsd-3))))
-
(define-public rust-match-cfg-0.1
(package
(name "rust-match-cfg")
@@ -45716,6 +45696,26 @@ matching, not parsing substrings.")
`(#:cargo-inputs
(("rust-regex-automata" ,rust-regex-automata-0.1))))))
+(define-public rust-matchit-0.7
+ (package
+ (name "rust-matchit")
+ (version "0.7.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "matchit" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "156bgdmmlv4crib31qhgg49nsjk88dxkdqp80ha2pk2rk6n6ax0f"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t)) ; Cut the dependency tree.
+ (home-page "https://github.com/ibraheemdev/matchit")
+ (synopsis "High performance, zero-copy URL router")
+ (description
+ "This package provides a high performance, zero-copy URL router.")
+ (license (list license:expat license:bsd-3))))
+
(define-public rust-matrixcompare-core-0.1
(package
(name "rust-matrixcompare-core")