Merge pull request #133179 from fabaff/bump-ha-philipsjs

python3Packages.ha-philipsjs: 2.7.4 -> 2.7.5

authored by Artturi and committed by GitHub 3dcdadfa 67e5a857

+2 -2
+2 -2
pkgs/development/python-modules/ha-philipsjs/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "ha-philipsjs"; 15 - version = "2.7.4"; 15 + version = "2.7.5"; 16 16 disabled = pythonOlder "3.8"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "danielperna84"; 20 20 repo = pname; 21 21 rev = version; 22 - sha256 = "08fjdb1q02dwxq8s15ddd00gps64xplblkn8dx5yivldskiy8i1n"; 22 + sha256 = "sha256-CAYyVNVq1rZZ/AYOAE8bfd7f94+PlAsnFRdguparNtY="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [