mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: Add rust-schemars-derive-0.6.
* gnu/packages/crates-io.scm (rust-schemars-derive-0.6): New variable. Change-Id: Iad0d36975c0fda95e6b16c95500cda91c402f83a
This commit is contained in:
parent
340a447b8c
commit
99673424c6
1 changed files with 21 additions and 0 deletions
|
@ -63734,6 +63734,27 @@ (define-public rust-schemars-derive-0.8
|
||||||
for use with schemars.")
|
for use with schemars.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-schemars-derive-0.6
|
||||||
|
(package
|
||||||
|
(inherit rust-schemars-derive-0.8)
|
||||||
|
(name "rust-schemars-derive")
|
||||||
|
(version "0.6.5")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "schemars_derive" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1a9h8bqqqd0i6605gyhz2jw2hi1wq1vfi262qrflkn3pyk75wlrq"))))
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||||
|
("rust-quote" ,rust-quote-1)
|
||||||
|
("rust-serde-derive-internals" ,rust-serde-derive-internals-0.25)
|
||||||
|
("rust-syn" ,rust-syn-1))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-pretty-assertions" ,rust-pretty-assertions-0.6))))))
|
||||||
|
|
||||||
(define-public rust-scoped-threadpool-0.1
|
(define-public rust-scoped-threadpool-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-scoped-threadpool")
|
(name "rust-scoped-threadpool")
|
||||||
|
|
Loading…
Reference in a new issue