Merge pull request #213756 from fabaff/plugwise-bump

python310Packages.plugwise: 0.27.4 -> 0.27.5

authored by

Nick Cao and committed by
GitHub
8c5d59bf e611ca9f

+2 -2
+2 -2
pkgs/development/python-modules/plugwise/default.nix
··· 21 21 22 22 buildPythonPackage rec { 23 23 pname = "plugwise"; 24 - version = "0.27.4"; 24 + version = "0.27.5"; 25 25 format = "setuptools"; 26 26 27 27 disabled = pythonOlder "3.7"; ··· 30 30 owner = pname; 31 31 repo = "python-plugwise"; 32 32 rev = "refs/tags/v${version}"; 33 - hash = "sha256-Ti0ZQlWsZaGvpfCTUnGNzdKcqKO84fAtlIUWC0wiyTI="; 33 + hash = "sha256-qEAXyWa5OjTpF4foi0ljHKbemIEHORPGE6vIVL57BOU="; 34 34 }; 35 35 36 36 propagatedBuildInputs = [