Loading pkgs/development/python-modules/githubkit/default.nix +4 −7 Original line number Diff line number Diff line Loading @@ -5,33 +5,30 @@ fetchFromGitHub, hishel, httpx, poetry-core, pydantic, pyjwt, pytest-cov-stub, pytest-xdist, pytestCheckHook, pythonOlder, typing-extensions, uv-build, }: buildPythonPackage rec { pname = "githubkit"; version = "0.13.0"; version = "0.13.2"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "yanyongyu"; repo = "githubkit"; tag = "v${version}"; hash = "sha256-BhTGik8JZ9QxE8zmfgToU7rVkY8T5iykJx4Bg4evyzY="; hash = "sha256-MxMzc6JMeQCJJ6rWQYofThJB1mUHTOj4ztD9zye84O4="; }; pythonRelaxDeps = [ "hishel" ]; build-system = [ poetry-core ]; build-system = [ uv-build ]; dependencies = [ hishel Loading Loading
pkgs/development/python-modules/githubkit/default.nix +4 −7 Original line number Diff line number Diff line Loading @@ -5,33 +5,30 @@ fetchFromGitHub, hishel, httpx, poetry-core, pydantic, pyjwt, pytest-cov-stub, pytest-xdist, pytestCheckHook, pythonOlder, typing-extensions, uv-build, }: buildPythonPackage rec { pname = "githubkit"; version = "0.13.0"; version = "0.13.2"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "yanyongyu"; repo = "githubkit"; tag = "v${version}"; hash = "sha256-BhTGik8JZ9QxE8zmfgToU7rVkY8T5iykJx4Bg4evyzY="; hash = "sha256-MxMzc6JMeQCJJ6rWQYofThJB1mUHTOj4ztD9zye84O4="; }; pythonRelaxDeps = [ "hishel" ]; build-system = [ poetry-core ]; build-system = [ uv-build ]; dependencies = [ hishel Loading