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

python312Packages.githubkit: 0.11.8 -> 0.11.9 (#340328)

parents de299daf 27583844
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "githubkit";
  version = "0.11.8";
  version = "0.11.9";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "yanyongyu";
    repo = "githubkit";
    rev = "refs/tags/v${version}";
    hash = "sha256-FTNLyCcwDU6EssQDJlwtmA7cQj57fsOaecvbpwswirU=";
    hash = "sha256-aN8LTWDtzj04w0dQvUVMJ2QhHWaFK4ml1ZoLO2LmKTY=";
  };

  pythonRelaxDeps = [ "hishel" ];