python3Packages.pydaikin: 2.4.2 -> 2.4.3

This commit is contained in:
Fabian Affolter 2021-06-17 23:30:46 +02:00
parent 8ab24509e2
commit 6afc384f86

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pydaikin";
version = "2.4.2";
version = "2.4.3";
disabled = pythonOlder "3.6";
src = fetchFromBitbucket {
owner = "mustang51";
repo = pname;
rev = "v${version}";
sha256 = "13cslszjhd1x7j0ja0n0wpy62hb2sdmkrmjl3qhwqfggps2w2wy1";
sha256 = "0i013ma2fs6an3izak6zbs9lbr4l7b5x54d0xagw6gqf5n8dsclq";
};
propagatedBuildInputs = [
@ -28,7 +28,7 @@ buildPythonPackage rec {
urllib3
];
# while they have tests, they do not run them in their CI and they fail as of 2.4.2
# while they have tests, they do not run them in their CI and they fail as of 2.4.3
# AttributeError: 'DaikinBRP069' object has no attribute 'last_hour_cool_energy_consumption'
doCheck = false;