python312Packages.hishel: update disabled

This commit is contained in:
Fabian Affolter 2024-11-16 09:05:58 +01:00
parent 6e0e40c92e
commit a3b4688866

View File

@ -21,7 +21,7 @@ buildPythonPackage rec {
version = "0.1.1";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "karpetrosyan";