python312Packages.githubkit: 0.11.3 -> 0.11.4

This commit is contained in:
R. Ryantm 2024-04-20 14:21:53 +00:00
parent e540698524
commit a9a1041404

View File

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