lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.airthings-cloud: 0.0.1 -> 0.1.0

+5 -3
+5 -3
pkgs/development/python-modules/airthings-cloud/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "airthings-cloud"; 11 - version = "0.0.1"; 11 + version = "0.1.0"; 12 12 format = "setuptools"; 13 13 14 14 disabled = pythonOlder "3.8"; ··· 17 17 owner = "Danielhiversen"; 18 18 repo = "pyAirthings"; 19 19 rev = version; 20 - sha256 = "08cbysx5p9k8hzr6sdykx91j0gx8x15b8807338dsl3qx8nhfb8j"; 20 + sha256 = "sha256-sqHNK6biSWso4uOYimzU7PkEn0uP5sHAaPGsS2vSMNY="; 21 21 }; 22 22 23 23 propagatedBuildInputs = [ ··· 28 28 # Project has no tests 29 29 doCheck = false; 30 30 31 - pythonImportsCheck = [ "airthings" ]; 31 + pythonImportsCheck = [ 32 + "airthings" 33 + ]; 32 34 33 35 meta = with lib; { 34 36 description = "Python module for Airthings";