mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 18:19:15 -05:00
gnu: Add rust-sval-dynamic-2.
* gnu/packages/crates-io.scm (rust-sval-dynamic-2): New variable. Change-Id: I954d84c2f1bf83d93fdec59d625641791eb6af8f
This commit is contained in:
parent
9f3a823f77
commit
2d4c8cb193
1 changed files with 19 additions and 0 deletions
|
@ -72444,6 +72444,25 @@ (define-public rust-sval-derive-1
|
|||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1))))))
|
||||
|
||||
(define-public rust-sval-dynamic-2
|
||||
(package
|
||||
(name "rust-sval-dynamic")
|
||||
(version "2.10.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "sval-dynamic" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1f2p3xvq5qyg0w721as7dxrgqgrfqsc0m7qp2r1pn7fvkqjx54wx"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-sval" ,rust-sval-2))))
|
||||
(home-page "https://github.com/sval-rs/sval")
|
||||
(synopsis "Object-safe versions of sval::Stream and sval::Value")
|
||||
(description "Object-safe versions of sval::Stream and sval::Value.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-sval-flatten-2
|
||||
(package
|
||||
(name "rust-sval-flatten")
|
||||
|
|
Loading…
Reference in a new issue