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

python312Packages.githubkit: 0.11.2 -> 0.11.3

authored by Martin Weinelt and committed by GitHub 87f99d5a 6761d08c

+5 -5
+5 -5
pkgs/development/python-modules/githubkit/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "githubkit"; 19 - version = "0.11.2"; 19 + version = "0.11.3"; 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-/xFBA30MZq8t0rYFympzgaymqZ/bFEpOoko7dDJLI7A="; 28 + hash = "sha256-GRuEzRqDfhLCanuQnCkMXmDnfNkLFb35Gixl9pWmA8w="; 29 29 }; 30 30 31 31 pythonRelaxDeps = [ ··· 34 34 35 35 postPatch = '' 36 36 substituteInPlace pyproject.toml \ 37 - --replace "--cov=githubkit --cov-append --cov-report=term-missing" "" 37 + --replace-fail "--cov=githubkit --cov-append --cov-report=term-missing" "" 38 38 ''; 39 39 40 - nativeBuildInputs = [ 40 + build-systems = [ 41 41 poetry-core 42 42 pythonRelaxDepsHook 43 43 ]; 44 44 45 - propagatedBuildInputs = [ 45 + dependencies = [ 46 46 hishel 47 47 httpx 48 48 pydantic