python312Packages.githubkit: 0.12.9 -> 0.12.10

This commit is contained in:
R. Ryantm
2025-04-15 10:03:41 +00:00
parent 3e25744694
commit a14081c780
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "githubkit";
version = "0.12.9";
version = "0.12.10";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "yanyongyu";
repo = "githubkit";
tag = "v${version}";
hash = "sha256-S2nCFFqsLDkx7f50VxcfIF1qHO+VLiV79752UDvIcDM=";
hash = "sha256-nxJlC3+mHeUApqj1U5Qe3Q937BWD61U9fSXFfg4QNmA=";
};
pythonRelaxDeps = [ "hishel" ];