guix-patches
[Top][All Lists]
Advanced

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

[bug#74551] [PATCH rust-team v3 58/73] gnu: rust-serde-json-1: Update to


From: Aaron Covrig
Subject: [bug#74551] [PATCH rust-team v3 58/73] gnu: rust-serde-json-1: Update to 1.0.133.
Date: Mon, 2 Dec 2024 22:00:38 -0500

From: Jordan Moore <lockbox@struct.foo>

* gnu/packages/crates-io.scm (rust-serde-json-1): Update to 1.0.133.
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 32e60e711f..2fab9106b1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -73123,14 +73123,14 @@ (define-public rust-serde-ignored-0.1
 (define-public rust-serde-json-1
   (package
     (name "rust-serde-json")
-    (version "1.0.128")
+    (version "1.0.133")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "serde_json" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1n43nia50ybpcfmh3gcw4lcc627qsg9nyakzwgkk9pm10xklbxbg"))))
+        (base32 "0xz3bswa527wln3fy0qb7y081nx3cp5yy1ggjhi6n5mrfcjfpz67"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
-- 
2.47.0






reply via email to

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