python312Packages.githubkit: 0.12.7 -> 0.12.8 (#389946)
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "githubkit";
|
pname = "githubkit";
|
||||||
version = "0.12.7";
|
version = "0.12.8";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.9";
|
disabled = pythonOlder "3.9";
|
||||||
@@ -26,7 +26,7 @@ buildPythonPackage rec {
|
|||||||
owner = "yanyongyu";
|
owner = "yanyongyu";
|
||||||
repo = "githubkit";
|
repo = "githubkit";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-Lu87Vw1nTSxraK9jKr9lvwGXu49s9amO3vICbs89iHA=";
|
hash = "sha256-gR8nZnD/+foKTCNtxzPIitw4HyR0hwN9YeZg/0kIAco=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [ "hishel" ];
|
pythonRelaxDeps = [ "hishel" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user