python310Packages.pvo: update disabled

This commit is contained in:
Fabian Affolter 2023-03-22 19:39:10 +01:00 committed by GitHub
parent c102e4e84c
commit 73e5363e77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ buildPythonPackage rec {
version = "1.0.0";
format = "pyproject";
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "frenck";