[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/11: gnu: Add rust-serde-json-1.0.73.
From: |
guix-commits |
Subject: |
08/11: gnu: Add rust-serde-json-1.0.73. |
Date: |
Sat, 9 Sep 2023 09:57:44 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 590d408c56bd63a429d51e8a47862e08e8862fb1
Author: Distopico <distopico@riseup.net>
AuthorDate: Wed Aug 30 14:58:18 2023 -0500
gnu: Add rust-serde-json-1.0.73.
* gnu/packages/crates-io.scm (rust-serde-json-1.0.73): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/crates-io.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d245b32959..a89db5ba46 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -59866,6 +59866,32 @@ data. This crate provides a wrapper that works with
any existing Serde
"This package provides a JSON serialization file format.")
(license (list license:expat license:asl2.0))))
+(define-public rust-serde-json-1.0.73
+ (package
+ (inherit rust-serde-json-1)
+ (name "rust-serde-json")
+ (version "1.0.73")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "serde-json" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1xbwmzc5j6r1nz62a20w6l9bkwbhzd11vwbdqmzbqcv5pi207gdw"))))
+ (arguments
+ `(#:cargo-inputs
+ (("rust-indexmap" ,rust-indexmap-1.7)
+ ("rust-itoa" ,rust-itoa-1)
+ ("rust-ryu" ,rust-ryu-1)
+ ("rust-serde" ,rust-serde-1))
+ #:cargo-development-inputs
+ (("rust-automod" ,rust-automod-1)
+ ("rust-rustversion" ,rust-rustversion-1)
+ ("rust-serde-bytes" ,rust-serde-bytes-0.11)
+ ("rust-serde-derive" ,rust-serde-derive-1)
+ ("rust-serde-stacker" ,rust-serde-stacker-0.1)
+ ("rust-trybuild" ,rust-trybuild-1))))))
+
(define-public rust-serde-json-0.9
(package
(inherit rust-serde-json-1)
- branch master updated (cab7ae94ec -> 9aed82fe05), guix-commits, 2023/09/09
- 02/11: services: cgit: Allow file-like objects for ‘root-readme’., guix-commits, 2023/09/09
- 04/11: gnu: rust-analyzer: Fix build of version 2022-01-10., guix-commits, 2023/09/09
- 06/11: gnu: Add rust-proc-macro2-1.0.34., guix-commits, 2023/09/09
- 07/11: gnu: Add rust-quote-1.0.10., guix-commits, 2023/09/09
- 01/11: gnu: cuirass: Update to 6131880., guix-commits, 2023/09/09
- 09/11: gnu: Add rust-trybuild-1.0.19., guix-commits, 2023/09/09
- 11/11: gnu: vcmi: Update to 1.3.1., guix-commits, 2023/09/09
- 05/11: gnu: Add rust-either-1.6.0., guix-commits, 2023/09/09
- 03/11: gnu: Add rust-notify-5-pre.13., guix-commits, 2023/09/09
- 08/11: gnu: Add rust-serde-json-1.0.73.,
guix-commits <=
- 10/11: gnu: rust-analyzer: Update required dependencies version., guix-commits, 2023/09/09