efraim pushed a commit to branch master
in repository guix.

commit b5d8cecdfe680021d6fbf5ad2547d6f8cd5ac6ff
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Jan 21 08:29:32 2025 +0200

    gnu: rust-jiter-0.2: Inherit from rust-jiter-0.5.
    
    * gnu/packages/crates-io.scm (rust-jiter-0.2): Inherit from
    rust-jiter-0.5.
    
    Change-Id: I429742b2e1af82397cec801d6fec5a5357c03a7d
---
 gnu/packages/crates-io.scm | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 02656ff44a..1906b42808 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -36593,6 +36593,7 @@ heavily inspired by the Temporal project.")
 
 (define-public rust-jiter-0.2
   (package
+    (inherit rust-jiter-0.5)
     (name "rust-jiter")
     (version "0.2.1")
     (source
@@ -36602,7 +36603,6 @@ heavily inspired by the Temporal project.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32 "163b67vsgn6xlnzypjk40r9wf27hc4ax9hfpwwd0ry6w1a37f4cf"))))
-    (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
        (("rust-ahash" ,rust-ahash-0.8)
@@ -36618,12 +36618,7 @@ heavily inspired by the Temporal project.")
         ("rust-paste" ,rust-paste-1)
         ("rust-pyo3" ,rust-pyo3-0.21)
         ("rust-serde" ,rust-serde-1)
-        ("rust-serde-json" ,rust-serde-json-1))))
-    (native-inputs (list python-minimal-wrapper))   ; For the tests.
-    (home-page "https://github.com/pydantic/jiter/";)
-    (synopsis "Fast iterable JSON parser")
-    (description "This package provides an iterable JSON parser.")
-    (license license:expat)))
+        ("rust-serde-json" ,rust-serde-json-1))))))
 
 (define-public rust-jiter-0.0.6
   (package

Reply via email to