Skip to content

Commit

Permalink
python312Packages.githubkit: 0.11.6 -> 0.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and shahinism committed Jul 15, 2024
1 parent 7e25a10 commit ed4eaef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/githubkit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

buildPythonPackage rec {
pname = "githubkit";
version = "0.11.6";
version = "0.11.7";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "yanyongyu";
repo = "githubkit";
rev = "refs/tags/v${version}";
hash = "sha256-bcQUms4nZ4BUowcF3YxTQPc6Ts6VoRumEA0DuCPQpfg=";
hash = "sha256-bh01m/L1ubQGc4EoHw8If/6yF64M5CsifSwVezZjFDQ=";
};

postPatch = ''
Expand Down

0 comments on commit ed4eaef

Please sign in to comment.