mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: rust-serde-indextree-0.2: Order alphabetically.
* gnu/packages/crates-io.scm (rust-serde-indextree-0.2): Order. Change-Id: Ica5c43eb2c3c9bfb5f3cfde5b51210072a0f1110 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
cfed8fcf8a
commit
d0c00c9d34
1 changed files with 20 additions and 20 deletions
|
@ -75451,26 +75451,6 @@ (define-public rust-serde-html-form-0.2
|
|||
`application/x-www-form-urlencoded` format.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-serde-indextree-0.2
|
||||
(package
|
||||
(name "rust-serde-indextree")
|
||||
(version "0.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "serde_indextree" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0kzp3dk6smfy0509fd1sih9ai4a31kgpb1rshsxb0m2l01c7s3m7"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-indextree" ,rust-indextree-4)
|
||||
("rust-serde" ,rust-serde-1))))
|
||||
(home-page "https://github.com/PoiScript/serde_indextree")
|
||||
(synopsis "Serializing indextree structure")
|
||||
(description "Serializing indextree structure.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-serde-derive-1
|
||||
(package
|
||||
(name "rust-serde-derive")
|
||||
|
@ -75638,6 +75618,26 @@ (define-public rust-serde-ignored-0.1
|
|||
@code{Deserializer} and invokes a callback on every ignored field.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-serde-indextree-0.2
|
||||
(package
|
||||
(name "rust-serde-indextree")
|
||||
(version "0.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "serde_indextree" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0kzp3dk6smfy0509fd1sih9ai4a31kgpb1rshsxb0m2l01c7s3m7"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-indextree" ,rust-indextree-4)
|
||||
("rust-serde" ,rust-serde-1))))
|
||||
(home-page "https://github.com/PoiScript/serde_indextree")
|
||||
(synopsis "Serializing indextree structure")
|
||||
(description "Serializing indextree structure.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-serde-json-1
|
||||
(package
|
||||
(name "rust-serde-json")
|
||||
|
|
Loading…
Reference in a new issue