gnu: Add rust-sval-flatten-2.

* gnu/packages/crates-io.scm (rust-sval-flatten-2): New variable.

Change-Id: I6a23ddae32d3ad55a8860e2b4f9e498b31ca2019
This commit is contained in:
Efraim Flashner 2023-10-24 10:11:09 +03:00
parent f5a9170fe0
commit 9f3a823f77
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -72444,6 +72444,30 @@ (define-public rust-sval-derive-1
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1))))))
(define-public rust-sval-flatten-2
(package
(name "rust-sval-flatten")
(version "2.10.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "sval-flatten" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "121ac1pn2b113rgkf98n65kpwn2j80rikjzdwn5yaknxp9yqqcr3"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; can't find crate for `sval_derive_macros`
#:cargo-inputs
(("rust-itoa" ,rust-itoa-1)
("rust-ryu" ,rust-ryu-1)
("rust-sval" ,rust-sval-2)
("rust-sval-buffer" ,rust-sval-buffer-2))))
(home-page "https://github.com/sval-rs/sval")
(synopsis "Value flattening for sval")
(description "Value flattening for sval.")
(license (list license:asl2.0 license:expat))))
(define-public rust-sval-fmt-2
(package
(name "rust-sval-fmt")