Fabian Affolter
2024-11-26 20:43:34 +01:00
parent 26bdab53b8
commit c5a95b52a3
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "githubkit";
version = "0.11.14";
version = "0.12.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "yanyongyu";
repo = "githubkit";
rev = "refs/tags/v${version}";
hash = "sha256-nZzsBxPRmqHTaYVogWsdaGbzwBsVr08qcvAekk3O4FM=";
hash = "sha256-GejPudg3tc0r7jKKGgZ6zERzH8wT3utGb05pfW1lQyw=";
};
pythonRelaxDeps = [ "hishel" ];