python312Packages.githubkit: update disabled

This commit is contained in:
Fabian Affolter
2024-11-26 20:44:50 +01:00
committed by GitHub
parent c5a95b52a3
commit 1da6760927
@@ -20,7 +20,7 @@ buildPythonPackage rec {
version = "0.12.0";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "yanyongyu";
@@ -33,7 +33,6 @@ buildPythonPackage rec {
build-system = [ poetry-core ];
dependencies = [
hishel
httpx