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

authored by Theodore Ni and committed by GitHub 9e9dc89f 3d7216f0

+2 -2
+2 -2
pkgs/development/python-modules/githubkit/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "githubkit"; 20 - version = "0.11.11"; 20 + version = "0.11.14"; 21 21 pyproject = true; 22 22 23 23 disabled = pythonOlder "3.8"; ··· 26 26 owner = "yanyongyu"; 27 27 repo = "githubkit"; 28 28 rev = "refs/tags/v${version}"; 29 - hash = "sha256-/jtTNQ9r4JJAXLIEEO7lR0IhpJ5vzbV0mNTdKgkH1FE="; 29 + hash = "sha256-nZzsBxPRmqHTaYVogWsdaGbzwBsVr08qcvAekk3O4FM="; 30 30 }; 31 31 32 32 pythonRelaxDeps = [ "hishel" ];