Merge pull request #195552 from r-ryantm/auto-update/python310Packages.plugwise

python310Packages.plugwise: 0.24.1 -> 0.25.0

authored by Fabian Affolter and committed by GitHub 91d2b41e 9b1d1a9c

+2 -2
+2 -2
pkgs/development/python-modules/plugwise/default.nix
··· 21 22 buildPythonPackage rec { 23 pname = "plugwise"; 24 - version = "0.24.1"; 25 format = "setuptools"; 26 27 disabled = pythonOlder "3.7"; ··· 30 owner = pname; 31 repo = "python-plugwise"; 32 rev = "refs/tags/v${version}"; 33 - sha256 = "sha256-LUvhSk1iZSw1K6oMaIj5bSH0/f0vfQbprwAPe6vdf08="; 34 }; 35 36 propagatedBuildInputs = [
··· 21 22 buildPythonPackage rec { 23 pname = "plugwise"; 24 + version = "0.25.0"; 25 format = "setuptools"; 26 27 disabled = pythonOlder "3.7"; ··· 30 owner = pname; 31 repo = "python-plugwise"; 32 rev = "refs/tags/v${version}"; 33 + sha256 = "sha256-5kgUSEwrSDdVmPTnWXHGPefDWIWP8AQFBQ+CbKed+Co="; 34 }; 35 36 propagatedBuildInputs = [