guix-patches
[Top][All Lists]
Advanced

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

[bug#74551] [PATCH 30/49] gnu: rust-serde-json-1: Update to 1.0.133.


From: Jordan Moore
Subject: [bug#74551] [PATCH 30/49] gnu: rust-serde-json-1: Update to 1.0.133.
Date: Tue, 26 Nov 2024 16:39:05 -0500

* gnu/packages/crates-io.scm (rust-serde-json-1): Update to 1.0.133.

Change-Id: I8c10e0f9a50fcec92ed69cfcdf7411b352640caa
---
 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 1ca4a8d40f..7ee6e4c7c4 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -72908,14 +72908,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.46.0






reply via email to

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