0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

python3Packages.zwave-js-server-python: 0.43.1 -> 0.44.0

Diff: https://github.com/home-assistant-libs/zwave-js-server-python/compare/refs/tags/0.43.1...0.44.0
This commit is contained in:
Martin Weinelt 2023-01-04 22:28:15 +01:00
parent 85031c9334
commit f7344bdd9a

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "zwave-js-server-python";
version = "0.43.1";
version = "0.44.0";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-qnGMUY7c2jqLQbVybVdu9vWcPMFoxCnCCTBhWP+AXE0=";
hash = "sha256-AG8LXdQvutlgeg7543bDx8Znidf67CzusnnD6GOakf4=";
};
propagatedBuildInputs = [