mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add rust-serde-indextree-0.2.
* gnu/packages/crates-io.scm (rust-serde-indextree-0.2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: I87ba4cc6e8439f66554aa587ff00ab43a12741cf
This commit is contained in:
parent
16156340a6
commit
0b744fda53
1 changed files with 20 additions and 0 deletions
|
@ -66745,6 +66745,26 @@ (define-public rust-serde-fmt-1
|
|||
standard formatting APIs.")
|
||||
(license (list license:asl2.0 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-ini-0.2
|
||||
(package
|
||||
(name "rust-serde-ini")
|
||||
|
|
Loading…
Reference in a new issue