python310Packages.pytomorrowio: update disabled

This commit is contained in:
Fabian Affolter 2022-09-22 19:59:42 +02:00 committed by GitHub
parent a19860d9f3
commit e96412db82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,11 +12,11 @@ buildPythonPackage rec {
pname = "pytomorrowio";
version = "0.3.5";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-LFIQJJPqKlqLzEoX9ShfoASigPC5R+OWiW81VmjONe8=";
hash = "sha256-LFIQJJPqKlqLzEoX9ShfoASigPC5R+OWiW81VmjONe8=";
};
propagatedBuildInputs = [
@ -29,7 +29,9 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [ "pytomorrowio" ];
pythonImportsCheck = [
"pytomorrowio"
];
meta = {
description = "Async Python package to access the Tomorrow.io API";