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

commit 80226a2646557875c9234a2c4e94aa1a9ab952f4
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu Dec 19 20:33:41 2024 +0200

    gnu: rust-gjson-0.8: Update to 0.8.1.
    
    * gnu/packages/crates-io.scm (rust-gjson-0.8): Update to 0.8.1.
    [arguments]: Don't skip the build.
    
    Change-Id: I59c510f8c0b42ec560129e1f310311785e1d8581
---
 gnu/packages/crates-io.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index cf7a5bc53f..d9eab5d433 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -32102,16 +32102,15 @@ debugging format.")
 (define-public rust-gjson-0.8
   (package
     (name "rust-gjson")
-    (version "0.8.0")
+    (version "0.8.1")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "gjson" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "164nwjx81j8cnnvi63h0dcxdc9ib3s0k9wx15l72hxp4vklx16a5"))))
+        (base32 "1dlp19c42f3qlzckxqwvc6svhfc3hdpg7x95cl5d6k9rfv0kql23"))))
     (build-system cargo-build-system)
-    (arguments `(#:skip-build? #t))
     (home-page "https://github.com/tidwall/gjson.rs";)
     (synopsis "JSON parser for Rust")
     (description "Gjson is a JSON parser for Rust.")

Reply via email to