mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-23 18:50:32 +02:00
gnu: rust-serde-hjson-0.9: Order alphabetically.
* gnu/packages/crates-io.scm (rust-serde-hjson-0.9): Order. Change-Id: Ib9fd0e37f1ac90c2a5f946d68ae9b6609f2d2f0f Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
committed by
Efraim Flashner
parent
e03412cd44
commit
cfed8fcf8a
@@ -75471,35 +75471,6 @@ standard formatting APIs.")
|
||||
(description "Serializing indextree structure.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-serde-hjson-0.9
|
||||
(package
|
||||
(name "rust-serde-hjson")
|
||||
(version "0.9.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "serde-hjson" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1y3lzs8556bxqa9jfdyg38pd5jjffblczikckwh571d8m074wfka"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-clippy" ,rust-clippy-0.0)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-linked-hash-map" ,rust-linked-hash-map-0.3)
|
||||
("rust-num-traits" ,rust-num-traits-0.1)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
("rust-serde" ,rust-serde-0.8))))
|
||||
(home-page "https://github.com/hjson/hjson-rust")
|
||||
(synopsis "Human JSON (Hjson) serialization file format")
|
||||
(description
|
||||
"This crate is a Rust library for parsing and generating Human JSON
|
||||
Hjson. It is built upon Serde, a high performance generic serialization
|
||||
framework.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-serde-derive-1
|
||||
(package
|
||||
(name "rust-serde-derive")
|
||||
@@ -75613,6 +75584,35 @@ derive macros.")
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1))))))
|
||||
|
||||
(define-public rust-serde-hjson-0.9
|
||||
(package
|
||||
(name "rust-serde-hjson")
|
||||
(version "0.9.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "serde-hjson" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1y3lzs8556bxqa9jfdyg38pd5jjffblczikckwh571d8m074wfka"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-clippy" ,rust-clippy-0.0)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-linked-hash-map" ,rust-linked-hash-map-0.3)
|
||||
("rust-num-traits" ,rust-num-traits-0.1)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
("rust-serde" ,rust-serde-0.8))))
|
||||
(home-page "https://github.com/hjson/hjson-rust")
|
||||
(synopsis "Human JSON (Hjson) serialization file format")
|
||||
(description
|
||||
"This crate is a Rust library for parsing and generating Human JSON
|
||||
Hjson. It is built upon Serde, a high performance generic serialization
|
||||
framework.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-serde-ignored-0.1
|
||||
(package
|
||||
(name "rust-serde-ignored")
|
||||
|
||||
Reference in New Issue
Block a user