Loading pkgs/development/python-modules/githubkit/default.nix +2 −11 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ anyio, buildPythonPackage, fetchFromGitHub, fetchpatch2, hishel, httpx, pydantic, Loading @@ -17,24 +16,16 @@ buildPythonPackage rec { pname = "githubkit"; version = "0.13.5"; version = "0.14.4"; pyproject = true; src = fetchFromGitHub { owner = "yanyongyu"; repo = "githubkit"; tag = "v${version}"; hash = "sha256-YKL31M1H4LBE29xmi6GfX3tTBGxS9yUvHQEiWke3ANA="; hash = "sha256-ia4ixtui7F8NauytXYi2aaiKXejIOHNijQrSm2RtzdU="; }; patches = [ (fetchpatch2 { name = "uv-build.patch"; url = "https://github.com/yanyongyu/githubkit/commit/2817664d904541242d4cedf7aae85cd4c4b606e2.patch?full_index=1"; hash = "sha256-mmtjlebHZpHX457frSOe88tsUo7iNdSIUynGZjcjuw4="; }) ]; pythonRelaxDeps = [ "hishel" ]; build-system = [ uv-build ]; Loading Loading
pkgs/development/python-modules/githubkit/default.nix +2 −11 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ anyio, buildPythonPackage, fetchFromGitHub, fetchpatch2, hishel, httpx, pydantic, Loading @@ -17,24 +16,16 @@ buildPythonPackage rec { pname = "githubkit"; version = "0.13.5"; version = "0.14.4"; pyproject = true; src = fetchFromGitHub { owner = "yanyongyu"; repo = "githubkit"; tag = "v${version}"; hash = "sha256-YKL31M1H4LBE29xmi6GfX3tTBGxS9yUvHQEiWke3ANA="; hash = "sha256-ia4ixtui7F8NauytXYi2aaiKXejIOHNijQrSm2RtzdU="; }; patches = [ (fetchpatch2 { name = "uv-build.patch"; url = "https://github.com/yanyongyu/githubkit/commit/2817664d904541242d4cedf7aae85cd4c4b606e2.patch?full_index=1"; hash = "sha256-mmtjlebHZpHX457frSOe88tsUo7iNdSIUynGZjcjuw4="; }) ]; pythonRelaxDeps = [ "hishel" ]; build-system = [ uv-build ]; Loading