python310Packages.liquidctl: update disabled python version

Co-authored-by: Nick Cao <nickcao@nichi.co>
This commit is contained in:
OTABI Tomoya 2023-08-25 14:09:32 +09:00 committed by GitHub
parent 5465c92c11
commit 1dab0a0598
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ buildPythonPackage rec {
version = "1.13.0";
format = "pyproject";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = pname;