Commit 6542e299 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.githubkit: 0.13.0 -> 0.13.2

parent fcc32440
Loading
Loading
Loading
Loading
+4 −7
Original line number Diff line number Diff line
@@ -5,33 +5,30 @@
  fetchFromGitHub,
  hishel,
  httpx,
  poetry-core,
  pydantic,
  pyjwt,
  pytest-cov-stub,
  pytest-xdist,
  pytestCheckHook,
  pythonOlder,
  typing-extensions,
  uv-build,
}:

buildPythonPackage rec {
  pname = "githubkit";
  version = "0.13.0";
  version = "0.13.2";
  pyproject = true;

  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "yanyongyu";
    repo = "githubkit";
    tag = "v${version}";
    hash = "sha256-BhTGik8JZ9QxE8zmfgToU7rVkY8T5iykJx4Bg4evyzY=";
    hash = "sha256-MxMzc6JMeQCJJ6rWQYofThJB1mUHTOj4ztD9zye84O4=";
  };

  pythonRelaxDeps = [ "hishel" ];

  build-system = [ poetry-core ];
  build-system = [ uv-build ];

  dependencies = [
    hishel