From e450c7ce8bdcb6e788d0b47cfa2d2217d7ec3338 Mon Sep 17 00:00:00 2001 From: wxt <3264117476@qq.com> Date: Tue, 10 Feb 2026 12:25:32 +0000 Subject: [PATCH] python3Packages.githubkit: 0.13.5 -> 0.14.4 --- .../python-modules/githubkit/default.nix | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/pkgs/development/python-modules/githubkit/default.nix b/pkgs/development/python-modules/githubkit/default.nix index 155b981f3f6a..6d205f922b7e 100644 --- a/pkgs/development/python-modules/githubkit/default.nix +++ b/pkgs/development/python-modules/githubkit/default.nix @@ -3,7 +3,6 @@ anyio, buildPythonPackage, fetchFromGitHub, - fetchpatch2, hishel, httpx, pydantic, @@ -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 ];