python3Packages.githubkit: 0.12.4 -> 0.12.5

https://github.com/yanyongyu/githubkit/releases/tag/v0.12.5
This commit is contained in:
Martin Weinelt
2025-01-27 10:55:28 +01:00
parent bc4a8f33e8
commit 64eba4a8c9
@@ -75,7 +75,7 @@ buildPythonPackage rec {
meta = {
description = "GitHub SDK for Python";
homepage = "https://github.com/yanyongyu/githubkit";
changelog = "https://github.com/yanyongyu/githubkit/releases/tag/v${version}";
changelog = "https://github.com/yanyongyu/githubkit/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ kranzes ];
};