python3Packages.githubkit: 0.13.2 -> 0.13.3 (#445617)

authored by Nick Cao and committed by GitHub a793694b 4cc6ddbc

+2 -2
+2 -2
pkgs/development/python-modules/githubkit/default.nix
··· 16 17 buildPythonPackage rec { 18 pname = "githubkit"; 19 - version = "0.13.2"; 20 pyproject = true; 21 22 src = fetchFromGitHub { 23 owner = "yanyongyu"; 24 repo = "githubkit"; 25 tag = "v${version}"; 26 - hash = "sha256-MxMzc6JMeQCJJ6rWQYofThJB1mUHTOj4ztD9zye84O4="; 27 }; 28 29 pythonRelaxDeps = [ "hishel" ];
··· 16 17 buildPythonPackage rec { 18 pname = "githubkit"; 19 + version = "0.13.3"; 20 pyproject = true; 21 22 src = fetchFromGitHub { 23 owner = "yanyongyu"; 24 repo = "githubkit"; 25 tag = "v${version}"; 26 + hash = "sha256-4THc5BNQGSrpf3Y3OoFisywEdKp8ZgNjle4yvVLUy1A="; 27 }; 28 29 pythonRelaxDeps = [ "hishel" ];