mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 02:50:20 +01:00
gnu: Add rust-serde-json-core-0.4.
* gnu/packages/crates-io.scm (rust-serde-json-core-0.4): New variable. Change-Id: I00d2d6e0995ff1559bbd6e29ac18e97274cfbda1
This commit is contained in:
parent
75af9b5e3a
commit
6e0d302d4e
1 changed files with 18 additions and 0 deletions
|
@ -65109,6 +65109,24 @@ data. This crate provides a wrapper that works with any existing Serde
|
|||
programs in rust.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-serde-json-core-0.4
|
||||
(package
|
||||
(inherit rust-serde-json-core-0.5)
|
||||
(name "rust-serde-json-core")
|
||||
(version "0.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "serde-json-core" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "10a7k6ly9ly4xkk30nqq2js7acrg7wjl73bpg43hzjib4zmaw540"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-heapless" ,rust-heapless-0.7)
|
||||
("rust-ryu" ,rust-ryu-1)
|
||||
("rust-serde" ,rust-serde-1))
|
||||
#:cargo-development-inputs (("rust-serde-derive" ,rust-serde-derive-1))))))
|
||||
|
||||
(define-public rust-serde-path-to-error-0.1
|
||||
(package
|
||||
(name "rust-serde-path-to-error")
|
||||
|
|
Loading…
Add table
Reference in a new issue