python312Packages.githubkit: 0.12.7 -> 0.12.8 (#389946)

This commit is contained in:
Fabian Affolter
2025-03-15 08:08:24 +01:00
committed by GitHub

View File

@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "githubkit";
version = "0.12.7";
version = "0.12.8";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "yanyongyu";
repo = "githubkit";
tag = "v${version}";
hash = "sha256-Lu87Vw1nTSxraK9jKr9lvwGXu49s9amO3vICbs89iHA=";
hash = "sha256-gR8nZnD/+foKTCNtxzPIitw4HyR0hwN9YeZg/0kIAco=";
};
pythonRelaxDeps = [ "hishel" ];