efraim pushed a commit to branch rust-team
in repository guix.
commit 1bb83c47ba13de7e5217d885483747f2b246aad1
Author: Herman Rimm <[email protected]>
AuthorDate: Tue Dec 24 21:10:07 2024 +0100
gnu: rust-jsonpath-lib-0.3: Order alphabetically.
* gnu/packages/crates-io.scm (rust-jsonpath-lib-0.3): Order.
Change-Id: I359c42313fc580c74bfbc4805c394156e379442e
Signed-off-by: Efraim Flashner <[email protected]>
---
gnu/packages/crates-io.scm | 50 +++++++++++++++++++++++-----------------------
1 file changed, 25 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3f019ca026..df74b14f41 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -39580,31 +39580,6 @@ the jni-bindgen code generator for binding to JVM APIs
from Rust.")
iterators with a separator.")
(license license:expat)))
-(define-public rust-jsonpath-lib-0.3
- (package
- (name "rust-jsonpath-lib")
- (version "0.3.0")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "jsonpath_lib" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "0kvp4fargixqlwjvpb3w6f1lvmiysnmj7an5h75wqc42ss8k39pa"))))
- (build-system cargo-build-system)
- (arguments
- `(#:skip-build? #t
- #:cargo-inputs
- (("rust-log" ,rust-log-0.4)
- ("rust-serde" ,rust-serde-1)
- ("rust-serde-json" ,rust-serde-json-1))))
- (home-page "https://github.com/freestrings/jsonpath")
- (synopsis "JsonPath engine written in Rust")
- (description
- "It is JsonPath engine written in Rust. It provides a similar API
-interface in Webassembly and Javascript too.")
- (license license:expat)))
-
(define-public rust-js-sys-0.3
(package
(name "rust-js-sys")
@@ -39673,6 +39648,31 @@ friction with idiomatic Rust structs to ease
interopability.")
"This package provides a performant library to deserialize JSON.")
(license license:asl2.0)))
+(define-public rust-jsonpath-lib-0.3
+ (package
+ (name "rust-jsonpath-lib")
+ (version "0.3.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "jsonpath_lib" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0kvp4fargixqlwjvpb3w6f1lvmiysnmj7an5h75wqc42ss8k39pa"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-log" ,rust-log-0.4)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-serde-json" ,rust-serde-json-1))))
+ (home-page "https://github.com/freestrings/jsonpath")
+ (synopsis "JsonPath engine written in Rust")
+ (description
+ "It is JsonPath engine written in Rust. It provides a similar API
+interface in Webassembly and Javascript too.")
+ (license license:expat)))
+
(define-public rust-jsonrpc-core-14
(package
(name "rust-jsonrpc-core")