python3Packages.githubkit: 0.13.5 -> 0.14.4

This commit is contained in:
wxt
2026-02-10 20:34:51 +08:00
parent 504dfadc59
commit e450c7ce8b
@@ -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 ];