python310Packages.datasette: update disabled
This commit is contained in:
parent
cd55cf0452
commit
37784e924f
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ buildPythonPackage rec {
|
|||
version = "0.64.5";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "simonw";
|
||||
|
|
Loading…
Reference in a new issue