Loading pkgs/development/python-modules/pook/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ , hatchling , jsonschema , pytest-asyncio , pytest-httpbin , pytestCheckHook , pythonOlder , requests Loading @@ -14,7 +15,7 @@ buildPythonPackage rec { pname = "pook"; version = "1.3.0"; version = "1.4.3"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -23,7 +24,7 @@ buildPythonPackage rec { owner = "h2non"; repo = "pook"; rev = "refs/tags/v${version}"; hash = "sha256-0sS2QJcshMuxxCGlrcVHeIQnVMZbBoJfLsRIxpvl7pM="; hash = "sha256-sdfkMvPSlVK7EoDUEuJbiuocOjGJygqiCiftrsjnDhU="; }; nativeBuildInputs = [ Loading @@ -40,6 +41,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytest-asyncio pytest-httpbin pytestCheckHook ]; Loading Loading
pkgs/development/python-modules/pook/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ , hatchling , jsonschema , pytest-asyncio , pytest-httpbin , pytestCheckHook , pythonOlder , requests Loading @@ -14,7 +15,7 @@ buildPythonPackage rec { pname = "pook"; version = "1.3.0"; version = "1.4.3"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -23,7 +24,7 @@ buildPythonPackage rec { owner = "h2non"; repo = "pook"; rev = "refs/tags/v${version}"; hash = "sha256-0sS2QJcshMuxxCGlrcVHeIQnVMZbBoJfLsRIxpvl7pM="; hash = "sha256-sdfkMvPSlVK7EoDUEuJbiuocOjGJygqiCiftrsjnDhU="; }; nativeBuildInputs = [ Loading @@ -40,6 +41,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytest-asyncio pytest-httpbin pytestCheckHook ]; Loading