python313Packages.githubkit: 0.13.0 -> 0.13.2

Changelog: https://github.com/yanyongyu/githubkit/releases/tag/v0.13.2
This commit is contained in:
Fabian Affolter
2025-09-21 14:44:32 +02:00
parent fcc32440dc
commit 6542e29931
@@ -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