Merge pull request #331443 from r-ryantm/auto-update/python312Packages.githubkit

python312Packages.githubkit: 0.11.7 -> 0.11.8

authored by

OTABI Tomoya and committed by
GitHub
ea4ba125 e6dfaebc

+2 -2
+2 -2
pkgs/development/python-modules/githubkit/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "githubkit"; 19 - version = "0.11.7"; 19 + version = "0.11.8"; 20 20 pyproject = true; 21 21 22 22 disabled = pythonOlder "3.8"; ··· 25 25 owner = "yanyongyu"; 26 26 repo = "githubkit"; 27 27 rev = "refs/tags/v${version}"; 28 - hash = "sha256-bh01m/L1ubQGc4EoHw8If/6yF64M5CsifSwVezZjFDQ="; 28 + hash = "sha256-FTNLyCcwDU6EssQDJlwtmA7cQj57fsOaecvbpwswirU="; 29 29 }; 30 30 31 31 postPatch = ''