python3Packages.zwave-js-server-python: 0.24.0 -> 0.25.0

This commit is contained in:
Fabian Affolter 2021-05-25 16:46:36 +02:00 committed by Jonathan Ringer
parent 3e2107926d
commit b0798e7d4b

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "zwave-js-server-python";
version = "0.24.0";
version = "0.25.0";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = pname;
rev = version;
sha256 = "sha256-LHAlGWoASDiFwvy59uXl5GH5pPmMuthoo4ZrFegkCIU=";
sha256 = "sha256-frhmyla3neFVZILDy7HnKloMqNLRjm3gxS88xZdu29w=";
};
propagatedBuildInputs = [