Unverified Commit b39108ee authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.githubkit: 0.12.9 -> 0.12.10 (#398823)

parents b67bfacf a14081c7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];