mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 18:19:15 -05:00
gnu: Add rust-sval-test-2.
* gnu/packages/crates-io.scm (rust-sval-test-2): New variable. Change-Id: I43b3fb641b5d49659899388786ce84e452238ff7
This commit is contained in:
parent
1e17cc6e7b
commit
eb30dfe23b
1 changed files with 23 additions and 0 deletions
|
@ -72444,6 +72444,29 @@ (define-public rust-sval-derive-1
|
|||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1))))))
|
||||
|
||||
(define-public rust-sval-test-2
|
||||
(package
|
||||
(name "rust-sval-test")
|
||||
(version "2.10.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "sval-test" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0bgbcdl7vniil0xiyvxscmzcwymhz2w2iywqgxjmc5c0krzg0hd4"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-sval" ,rust-sval-2)
|
||||
("rust-sval-fmt" ,rust-sval-fmt-2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-sval-dynamic" ,rust-sval-dynamic-2))))
|
||||
(home-page "https://github.com/sval-rs/sval")
|
||||
(synopsis "Utilities for testing sval::Value implementations")
|
||||
(description "Utilities for testing sval::Value implementations.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-svd-parser-0.10
|
||||
(package
|
||||
(name "rust-svd-parser")
|
||||
|
|
Loading…
Reference in a new issue