···12121313buildPythonPackage rec {
1414 pname = "pydaikin";
1515- version = "2.4.2";
1515+ version = "2.4.3";
1616 disabled = pythonOlder "3.6";
17171818 src = fetchFromBitbucket {
1919 owner = "mustang51";
2020 repo = pname;
2121 rev = "v${version}";
2222- sha256 = "13cslszjhd1x7j0ja0n0wpy62hb2sdmkrmjl3qhwqfggps2w2wy1";
2222+ sha256 = "0i013ma2fs6an3izak6zbs9lbr4l7b5x54d0xagw6gqf5n8dsclq";
2323 };
24242525 propagatedBuildInputs = [
···2828 urllib3
2929 ];
30303131- # while they have tests, they do not run them in their CI and they fail as of 2.4.2
3131+ # while they have tests, they do not run them in their CI and they fail as of 2.4.3
3232 # AttributeError: 'DaikinBRP069' object has no attribute 'last_hour_cool_energy_consumption'
3333 doCheck = false;
3434