Skip to content

Commit

Permalink
python3Packages.zwave-js-server-python: 0.41.1 -> 0.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Oct 5, 2022
1 parent 3266f9b commit 89b7fb5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

buildPythonPackage rec {
pname = "zwave-js-server-python";
version = "0.41.1";
version = "0.43.0";
format = "setuptools";

disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";

src = fetchFromGitHub {
owner = "home-assistant-libs";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-V4QEsHkakqYsZ09Q8BJG9fhREdGboirF5sNxm8t+dAQ=";
hash = "sha256-qzAM3vcVySJB6OfOHKXYYXDR+xOSbGpyH7b9TaYkOLM=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 89b7fb5

Please sign in to comment.