Merge pull request #199850 from fabaff/plugwise-bump

python310Packages.plugwise: 0.25.6 -> 0.25.7

authored by Fabian Affolter and committed by GitHub 9b5ca208 a6afbf8d

+2 -2
+2 -2
pkgs/development/python-modules/plugwise/default.nix
··· 21 21 22 22 buildPythonPackage rec { 23 23 pname = "plugwise"; 24 - version = "0.25.6"; 24 + version = "0.26.0"; 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 - sha256 = "sha256-n7+cEJC/RIbA4e5b19HncFOhzWhUZ8etxYsiER7zd8E="; 33 + sha256 = "sha256-WDjZZFl64tYZ7cy7xcLEX2/87TJSOw71QSro6cgE98s="; 34 34 }; 35 35 36 36 propagatedBuildInputs = [