guix-commits
[Top][All Lists]
Advanced

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

25/330: gnu: rust-serde-json-1: Update to 1.0.114.


From: guix-commits
Subject: 25/330: gnu: rust-serde-json-1: Update to 1.0.114.
Date: Mon, 18 Mar 2024 07:14:59 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit efb7d9b558b219d9d21228ec4048ae98297975c6
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Mar 14 11:01:33 2024 +0200

    gnu: rust-serde-json-1: Update to 1.0.114.
    
    * gnu/packages/crates-io.scm (rust-serde-json-1): Update to 1.0.114.
    [arguments]: Don't skip the tests.
    
    Change-Id: I2e92eadae70e49c02a2abe5a33769837d432614b
---
 gnu/packages/crates-io.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 5f12b29496..1dfa235ef1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -60904,18 +60904,17 @@ 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.111")
+    (version "1.0.114")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "serde_json" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1x441azvvdy6x8am4bvkxhswhzw5cr8ml0cqspnihvri8bx4cvhp"))))
+        (base32 "1q4saigxwkf8bw4y5kp6k33dnavlvvwa2q4zmag59vrjsqdrpw65"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:tests? #f  ; could not find `RandomState` in `hash`
-       #:cargo-inputs
+     `(#:cargo-inputs
        (("rust-indexmap" ,rust-indexmap-2)
         ("rust-itoa" ,rust-itoa-1)
         ("rust-ryu" ,rust-ryu-1)



reply via email to

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