python312Packages.githubkit: 0.12.4 -> 0.12.5 (#375729)

This commit is contained in:
Nick Cao
2025-01-22 17:20:17 -05:00
committed by GitHub
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "githubkit";
version = "0.12.4";
version = "0.12.5";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "yanyongyu";
repo = "githubkit";
tag = "v${version}";
hash = "sha256-h2XoHb3ukh6MKQG2v0TZg81mcwNGk4cfK8CWjzhM8W4=";
hash = "sha256-g+OffaeDCYj01e1lFudlDL1+8fXy4Rs9r0z8exVaxxk=";
};
pythonRelaxDeps = [ "hishel" ];