python310Packages.plugwise: 0.24.1 -> 0.25.0

This commit is contained in:
R. Ryantm 2022-10-11 17:15:04 +00:00
parent 4b02f74d3c
commit fe69c26926

View file

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "plugwise";
version = "0.24.1";
version = "0.25.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python-plugwise";
rev = "refs/tags/v${version}";
sha256 = "sha256-LUvhSk1iZSw1K6oMaIj5bSH0/f0vfQbprwAPe6vdf08=";
sha256 = "sha256-5kgUSEwrSDdVmPTnWXHGPefDWIWP8AQFBQ+CbKed+Co=";
};
propagatedBuildInputs = [