python312Packages.githubkit: 0.12.0 -> 0.12.1 (#363291)

This commit is contained in:
Fabian Affolter 2024-12-09 09:28:27 +01:00 committed by GitHub
commit 0c4ab62092
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" ];