python312Packages.githubkit: 0.11.11 -> 0.11.14 (#354763)

This commit is contained in:
Theodore Ni 2024-11-11 00:20:15 -08:00 committed by GitHub
commit 9e9dc89f01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "githubkit";
version = "0.11.11";
version = "0.11.14";
pyproject = true;
disabled = pythonOlder "3.8";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "yanyongyu";
repo = "githubkit";
rev = "refs/tags/v${version}";
hash = "sha256-/jtTNQ9r4JJAXLIEEO7lR0IhpJ5vzbV0mNTdKgkH1FE=";
hash = "sha256-nZzsBxPRmqHTaYVogWsdaGbzwBsVr08qcvAekk3O4FM=";
};
pythonRelaxDeps = [ "hishel" ];