python310Packages.awscrt: update disabled
This commit is contained in:
parent
4a7d51f5a0
commit
eff8431975
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||||
version = "0.15.1";
|
version = "0.15.1";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
|
Loading…
Reference in a new issue