python3Packages.githubkit: 0.13.2 -> 0.13.3 (#445617)

This commit is contained in:
Nick Cao
2025-09-24 20:29:40 +00:00
committed by GitHub
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "githubkit";
version = "0.13.2";
version = "0.13.3";
pyproject = true;
src = fetchFromGitHub {
owner = "yanyongyu";
repo = "githubkit";
tag = "v${version}";
hash = "sha256-MxMzc6JMeQCJJ6rWQYofThJB1mUHTOj4ztD9zye84O4=";
hash = "sha256-4THc5BNQGSrpf3Y3OoFisywEdKp8ZgNjle4yvVLUy1A=";
};
pythonRelaxDeps = [ "hishel" ];