Merge pull request #284775 from fabaff/json-stream-rs-tokenizer-bump

python311Packages.json-stream-rs-tokenizer: 0.4.22 -> 0.4.25
This commit is contained in:
Nick Cao 2024-01-29 09:33:12 -05:00 committed by GitHub
commit a825ecf54f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,7 @@
, fetchFromGitHub , fetchFromGitHub
, json-stream , json-stream
, json-stream-rs-tokenizer , json-stream-rs-tokenizer
, pythonOlder
, rustc , rustc
, rustPlatform , rustPlatform
, setuptools , setuptools
@ -15,14 +16,16 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "json-stream-rs-tokenizer"; pname = "json-stream-rs-tokenizer";
version = "0.4.22"; version = "0.4.25";
format = "setuptools"; pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "smheidrich"; owner = "smheidrich";
repo = "py-json-stream-rs-tokenizer"; repo = "py-json-stream-rs-tokenizer";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-EW726gUXTBX3gTxlFQ45RgkUa2Z4tIjUZxO4GBLXgEs="; hash = "sha256-zo/jRAWSwcOnO8eU4KhDNz44P6xDGcrZf9CflwsSvF0=";
}; };
cargoDeps = rustPlatform.importCargoLock { cargoDeps = rustPlatform.importCargoLock {