python312Packages.githubkit: 0.12.0 -> 0.12.1

This commit is contained in:
R. Ryantm
2024-12-08 16:59:02 +00:00
parent 0bc7caf6ff
commit 5bc0c47d23
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "githubkit";
version = "0.12.0";
version = "0.12.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -25,8 +25,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "yanyongyu";
repo = "githubkit";
rev = "refs/tags/v${version}";
hash = "sha256-GejPudg3tc0r7jKKGgZ6zERzH8wT3utGb05pfW1lQyw=";
tag = "v${version}";
hash = "sha256-ewPCALnkGDhzxn3P9GO5QUaFZDhqsbQNeCmyTCXd7kE=";
};
pythonRelaxDeps = [ "hishel" ];