python3Packages.airthings-cloud: 0.0.1 -> 0.1.0

This commit is contained in:
Fabian Affolter 2021-11-12 22:11:42 +01:00
parent a97f20e5d8
commit 81927aaf23

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "airthings-cloud";
version = "0.0.1";
version = "0.1.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "pyAirthings";
rev = version;
sha256 = "08cbysx5p9k8hzr6sdykx91j0gx8x15b8807338dsl3qx8nhfb8j";
sha256 = "sha256-sqHNK6biSWso4uOYimzU7PkEn0uP5sHAaPGsS2vSMNY=";
};
propagatedBuildInputs = [
@ -28,7 +28,9 @@ buildPythonPackage rec {
# Project has no tests
doCheck = false;
pythonImportsCheck = [ "airthings" ];
pythonImportsCheck = [
"airthings"
];
meta = with lib; {
description = "Python module for Airthings";