7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "7fc03aafb791ca70d847c9ab97cf181bc7d8f7345efb4b0c3f66c07b9c7dee69";
16 propagatedBuildInputs = [
20 # no tests implemented
23 pythonImportsCheck = [
29 description = "Library to read data from environment sensors";
30 homepage = "https://github.com/open-homeautomation/pmsensor";
31 license = licenses.mit;
32 maintainers = with maintainers; [ dotlambda ];