mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02:00
gnu: rust-jiter-0.5: Inherit from rust-jiter-0.7.
* gnu/packages/crates-io.scm (rust-jiter-0.5): Inherit from rust-jiter-0.7. Change-Id: Ib6b91c8173c0b8fd28a98f879af6c597e25c82ad
This commit is contained in:
parent
2d5cce98f0
commit
f674fb6c99
1 changed files with 2 additions and 7 deletions
|
@ -36559,6 +36559,7 @@ heavily inspired by the Temporal project.")
|
||||||
|
|
||||||
(define-public rust-jiter-0.5
|
(define-public rust-jiter-0.5
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-jiter-0.7)
|
||||||
(name "rust-jiter")
|
(name "rust-jiter")
|
||||||
(version "0.5.0")
|
(version "0.5.0")
|
||||||
(source
|
(source
|
||||||
|
@ -36568,7 +36569,6 @@ heavily inspired by the Temporal project.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ayj16d1rx5h5v7ihxgg198a9c190b6shsylzzfhxx9y2i4kbqh2"))))
|
(base32 "0ayj16d1rx5h5v7ihxgg198a9c190b6shsylzzfhxx9y2i4kbqh2"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs (("rust-ahash" ,rust-ahash-0.8)
|
`(#:cargo-inputs (("rust-ahash" ,rust-ahash-0.8)
|
||||||
("rust-bitvec" ,rust-bitvec-1)
|
("rust-bitvec" ,rust-bitvec-1)
|
||||||
|
@ -36584,12 +36584,7 @@ heavily inspired by the Temporal project.")
|
||||||
("rust-paste" ,rust-paste-1)
|
("rust-paste" ,rust-paste-1)
|
||||||
("rust-pyo3" ,rust-pyo3-0.22)
|
("rust-pyo3" ,rust-pyo3-0.22)
|
||||||
("rust-serde" ,rust-serde-1)
|
("rust-serde" ,rust-serde-1)
|
||||||
("rust-serde-json" ,rust-serde-json-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 "Iterable JSON parser")
|
|
||||||
(description "This package provides an iterable JSON parser.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public rust-jiter-0.2
|
(define-public rust-jiter-0.2
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue