Commit 61871ae8 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.githubkit: 0.12.7 -> 0.12.8

parent 7d7f86a0
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" ];