python311Packages.pylast: update disabled

This commit is contained in:
Fabian Affolter
2023-06-07 09:33:01 +02:00
committed by GitHub
parent a19b27ce27
commit ed32cfc2dd
@@ -15,7 +15,7 @@ buildPythonPackage rec {
version = "5.2.0";
format = "pyproject";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "pylast";