lol

Merge pull request #127267 from fabaff/bump-pydaikin

python3Packages.pydaikin: 2.4.2 -> 2.4.3

authored by

Sandro and committed by
GitHub
e73e1458 325bafc1

+3 -3
+3 -3
pkgs/development/python-modules/pydaikin/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "pydaikin"; 15 - version = "2.4.2"; 15 + version = "2.4.3"; 16 16 disabled = pythonOlder "3.6"; 17 17 18 18 src = fetchFromBitbucket { 19 19 owner = "mustang51"; 20 20 repo = pname; 21 21 rev = "v${version}"; 22 - sha256 = "13cslszjhd1x7j0ja0n0wpy62hb2sdmkrmjl3qhwqfggps2w2wy1"; 22 + sha256 = "0i013ma2fs6an3izak6zbs9lbr4l7b5x54d0xagw6gqf5n8dsclq"; 23 23 }; 24 24 25 25 propagatedBuildInputs = [ ··· 28 28 urllib3 29 29 ]; 30 30 31 - # while they have tests, they do not run them in their CI and they fail as of 2.4.2 31 + # while they have tests, they do not run them in their CI and they fail as of 2.4.3 32 32 # AttributeError: 'DaikinBRP069' object has no attribute 'last_hour_cool_energy_consumption' 33 33 doCheck = false; 34 34