Unverified Commit 5f04d7ec authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

parents 43f013ac 61871ae8
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.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" ];