Merge pull request #192439 from r-ryantm/auto-update/python310Packages.pytomorrowio

python310Packages.pytomorrowio: 0.3.4 -> 0.3.5
This commit is contained in:
Fabian Affolter
2022-09-22 22:31:44 +02:00
committed by GitHub
@@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "pytomorrowio";
version = "0.3.4";
version = "0.3.5";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-d4twa9bHaQ9XTHSb8pwJnnJ7tDH6vGpck3/8Y39tRaY=";
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";