Unverified Commit d43b20b9 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.zwave-js-server-python: 0.68.0 -> 0.69.0 (#508936)

parents fd3025f6 844264fe
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -6,22 +6,19 @@
  pydantic,
  pytest-aiohttp,
  pytestCheckHook,
  pythonOlder,
  setuptools,
}:

buildPythonPackage (finalAttrs: {
  pname = "zwave-js-server-python";
  version = "0.68.0";
  version = "0.69.0";
  pyproject = true;

  disabled = pythonOlder "3.12";

  src = fetchFromGitHub {
    owner = "home-assistant-libs";
    repo = "zwave-js-server-python";
    tag = finalAttrs.version;
    hash = "sha256-NfK+/nuQjlAgg4ZCifo/KoPrgc5FHhEmdK8utnm1iDI=";
    hash = "sha256-EBhIoCWclKhxwmqI6fvtsVh3zCnWS5jRXP5aYY3aNbM=";
  };

  build-system = [ setuptools ];