guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20/65: gnu: rust-serde-json-1: Update to 1.0.91.


From: guix-commits
Subject: 20/65: gnu: rust-serde-json-1: Update to 1.0.91.
Date: Sun, 15 Jan 2023 04:32:46 -0500 (EST)

efraim pushed a commit to branch staging
in repository guix.

commit 92506dd8c209853e1c03082597da045cedc81531
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jan 12 19:48:06 2023 +0200

    gnu: rust-serde-json-1: Update to 1.0.91.
    
    * gnu/packages/crates-io.scm (rust-serde-json-1): Update to 1.0.91.
    [cargo-development-inputs]: Add rust-indoc-1, rust-ref-cast-1,
    rust-serde-1.
---
 gnu/packages/crates-io.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0b8d92193f..a094e124a6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -52037,14 +52037,14 @@ data.  This crate provides a wrapper that works with 
any existing Serde
 (define-public rust-serde-json-1
   (package
     (name "rust-serde-json")
-    (version "1.0.74")
+    (version "1.0.91")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "serde-json" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0hiixjnrnrvvpyh58av73ds924zgzi4wl0mv8p9nan0w0v6vjazf"))))
+        (base32 "10v8vb4959ayycw1zmqvxxi758djqkskchj6qal0fjbi6daj6z47"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
@@ -52054,7 +52054,10 @@ data.  This crate provides a wrapper that works with 
any existing Serde
         ("rust-serde" ,rust-serde-1))
        #:cargo-development-inputs
        (("rust-automod" ,rust-automod-1)
+        ("rust-indoc" ,rust-indoc-1)
+        ("rust-ref-cast" ,rust-ref-cast-1)
         ("rust-rustversion" ,rust-rustversion-1)
+        ("rust-serde" ,rust-serde-1)
         ("rust-serde-bytes" ,rust-serde-bytes-0.11)
         ("rust-serde-derive" ,rust-serde-derive-1)
         ("rust-serde-stacker" ,rust-serde-stacker-0.1)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]