python3Packages.githubkit: 0.11.1 -> 0.11.2

https://github.com/yanyongyu/githubkit/releases/tag/v0.11.2
This commit is contained in:
Martin Weinelt
2024-03-12 17:41:53 +01:00
parent 85663647fc
commit 164b89b2a2
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "githubkit";
version = "0.11.1";
version = "0.11.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "yanyongyu";
repo = "githubkit";
rev = "refs/tags/v${version}";
hash = "sha256-nPXs6thXAshDojgHSNyEeBN/jNJkfFECSuY5f51Zozo=";
hash = "sha256-/xFBA30MZq8t0rYFympzgaymqZ/bFEpOoko7dDJLI7A=";
};
pythonRelaxDeps = [