Unverified Commit 5c44d1cf authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.zwave-js-server-python: 0.62.0 -> 0.63.0 (#403729)

parents f8490ed3 10c5a7d8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "zwave-js-server-python";
  version = "0.62.0";
  version = "0.63.0";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "home-assistant-libs";
    repo = "zwave-js-server-python";
    tag = version;
    hash = "sha256-V/YydWNSjZVvHeeDNMUTEtMQL6/oJvyXtTG/akELjEs=";
    hash = "sha256-GQ55IvicdVi6EfRimuyuEbwGDWQIdpLrgi/3ZCj+wJM=";
  };

  build-system = [ setuptools ];