mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-01 06:45:55 +02: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:
committed by
Efraim Flashner
parent
cfed8fcf8a
commit
d0c00c9d34
+20
-20
@@ -75451,26 +75451,6 @@ standard formatting APIs.")
|
||||
`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 @@ data. This crate provides a wrapper that works with any existing Serde
|
||||
@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")
|
||||
|
||||
Reference in New Issue
Block a user