diff --git a/pkgs/development/python-modules/json-stream/default.nix b/pkgs/development/python-modules/json-stream/default.nix index c791112357d0..a08869b01070 100644 --- a/pkgs/development/python-modules/json-stream/default.nix +++ b/pkgs/development/python-modules/json-stream/default.nix @@ -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 ];