python311Packages.githubkit: 0.11.4 -> 0.11.5

This commit is contained in:
R. Ryantm
2024-05-26 22:38:33 +00:00
parent 8de5bd2ac7
commit 1316066c97
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "githubkit";
version = "0.11.4";
version = "0.11.5";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "yanyongyu";
repo = "githubkit";
rev = "refs/tags/v${version}";
hash = "sha256-uxXRDavp5c3e1MOZR2B4wUxEHh6K81avTeaIVsOdup8=";
hash = "sha256-YlI5NEfZD+9I2Ikd/LyEq+MnsdYixi+UVNUP8mfFKc8=";
};
postPatch = ''