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:
commit
a825ecf54f
@ -6,6 +6,7 @@
|
||||
, fetchFromGitHub
|
||||
, json-stream
|
||||
, json-stream-rs-tokenizer
|
||||
, pythonOlder
|
||||
, rustc
|
||||
, rustPlatform
|
||||
, setuptools
|
||||
@ -15,14 +16,16 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "json-stream-rs-tokenizer";
|
||||
version = "0.4.22";
|
||||
format = "setuptools";
|
||||
version = "0.4.25";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "smheidrich";
|
||||
repo = "py-json-stream-rs-tokenizer";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-EW726gUXTBX3gTxlFQ45RgkUa2Z4tIjUZxO4GBLXgEs=";
|
||||
hash = "sha256-zo/jRAWSwcOnO8eU4KhDNz44P6xDGcrZf9CflwsSvF0=";
|
||||
};
|
||||
|
||||
cargoDeps = rustPlatform.importCargoLock {
|
||||
|
Loading…
Reference in New Issue
Block a user