python3Packages.githubkit: 0.13.3 -> 0.13.4

This commit is contained in:
Sizhe Zhao
2025-10-08 13:29:47 +08:00
parent 0a8a851efa
commit 41e7bdb51d
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "githubkit";
version = "0.13.3";
version = "0.13.4";
pyproject = true;
src = fetchFromGitHub {
owner = "yanyongyu";
repo = "githubkit";
tag = "v${version}";
hash = "sha256-4THc5BNQGSrpf3Y3OoFisywEdKp8ZgNjle4yvVLUy1A=";
hash = "sha256-67Y0r4Po3z4YmnbWC0HBLmsKD68HMIGvHKo5SLe+KRc=";
};
pythonRelaxDeps = [ "hishel" ];