mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 10:04:08 +00:00
python312Packages.githubkit: 0.11.8 -> 0.11.9 (#340328)
This commit is contained in:
commit
bc409635a4
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "githubkit";
|
pname = "githubkit";
|
||||||
version = "0.11.8";
|
version = "0.11.9";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
|||||||
owner = "yanyongyu";
|
owner = "yanyongyu";
|
||||||
repo = "githubkit";
|
repo = "githubkit";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-FTNLyCcwDU6EssQDJlwtmA7cQj57fsOaecvbpwswirU=";
|
hash = "sha256-aN8LTWDtzj04w0dQvUVMJ2QhHWaFK4ml1ZoLO2LmKTY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [ "hishel" ];
|
pythonRelaxDeps = [ "hishel" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user