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:
Efraim Flashner 2024-01-18 18:58:02 +02:00
parent 75af9b5e3a
commit 6e0d302d4e
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")