python3Packages.json-stream: 2.3.3 -> 2.4.0 (#458698)
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
httpx,
|
||||
iconv,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
requests,
|
||||
json-stream-rs-tokenizer,
|
||||
setuptools,
|
||||
@@ -14,16 +13,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "json-stream";
|
||||
version = "2.3.3";
|
||||
version = "2.4.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "daggaz";
|
||||
repo = "json-stream";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-/GDEC/Poy84TGuXM34OW4+K/qMJELFfO+lNQ5M5VsdI=";
|
||||
hash = "sha256-bhyoTvILap0/dKpmob6P1l9st7JwuHaLp7Y8FGfgLZA=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user