GNU bug report logs - #74551
[PATCH 00/49] Add starship shell utility

Previous Next

Package: guix-patches;

Reported by: Jordan Moore <lockbox <at> struct.foo>

Date: Tue, 26 Nov 2024 21:36:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Jordan Moore <lockbox <at> struct.foo>
To: 74551 <at> debbugs.gnu.org
Cc: Jordan Moore <lockbox <at> struct.foo>, Efraim Flashner <efraim <at> flashner.co.il>
Subject: [bug#74551] [PATCH v2 30/49] gnu: rust-serde-json-1: Update to 1.0.133.
Date: Sat, 30 Nov 2024 11:55: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 85c695ea69..ca456369b6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -72970,14 +72970,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





This bug report was last modified 223 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.