python313Packages.githubkit: 0.12.10 -> 0.12.11 (#401371)

authored by Fabian Affolter and committed by GitHub c4b03d6b e1069fa6

+2 -2
+2 -2
pkgs/development/python-modules/githubkit/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "githubkit"; 20 - version = "0.12.10"; 20 + version = "0.12.11"; 21 21 pyproject = true; 22 22 23 23 disabled = pythonOlder "3.9"; ··· 26 26 owner = "yanyongyu"; 27 27 repo = "githubkit"; 28 28 tag = "v${version}"; 29 - hash = "sha256-nxJlC3+mHeUApqj1U5Qe3Q937BWD61U9fSXFfg4QNmA="; 29 + hash = "sha256-uCOxLr60ePeEdsWpXKhYwzzZaj8mwiQMWwprNm9i1DE="; 30 30 }; 31 31 32 32 pythonRelaxDeps = [ "hishel" ];