Skip to content

Commit

Permalink
python312Packages.githubkit: 0.11.14 -> 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Nov 26, 2024
1 parent 26bdab5 commit c5a95b5
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 @@ -17,7 +17,7 @@

buildPythonPackage rec {
pname = "githubkit";
version = "0.11.14";
version = "0.12.0";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "yanyongyu";
repo = "githubkit";
rev = "refs/tags/v${version}";
hash = "sha256-nZzsBxPRmqHTaYVogWsdaGbzwBsVr08qcvAekk3O4FM=";
hash = "sha256-GejPudg3tc0r7jKKGgZ6zERzH8wT3utGb05pfW1lQyw=";
};

pythonRelaxDeps = [ "hishel" ];
Expand Down

0 comments on commit c5a95b5

Please sign in to comment.