python312Packages.githubkit: 0.11.2 -> 0.11.3

This commit is contained in:
R. Ryantm 2024-03-22 08:15:05 +00:00
parent 0ebdaea977
commit b779674da5
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "githubkit";
version = "0.11.2";
version = "0.11.3";
pyproject = true;
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "yanyongyu";
repo = "githubkit";
rev = "refs/tags/v${version}";
hash = "sha256-/xFBA30MZq8t0rYFympzgaymqZ/bFEpOoko7dDJLI7A=";
hash = "sha256-GRuEzRqDfhLCanuQnCkMXmDnfNkLFb35Gixl9pWmA8w=";
};
pythonRelaxDeps = [