python3Packages.githubkit: 0.11.5 -> 0.11.6

https://github.com/yanyongyu/githubkit/releases/tag/v0.11.6
This commit is contained in:
Martin Weinelt
2024-06-24 12:14:59 +02:00
parent 97ca6eb37e
commit 9d76a02210
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "githubkit";
version = "0.11.5";
version = "0.11.6";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "yanyongyu";
repo = "githubkit";
rev = "refs/tags/v${version}";
hash = "sha256-YlI5NEfZD+9I2Ikd/LyEq+MnsdYixi+UVNUP8mfFKc8=";
hash = "sha256-bcQUms4nZ4BUowcF3YxTQPc6Ts6VoRumEA0DuCPQpfg=";
};
postPatch = ''