Commit 58652c9f authored by Fabian Affolter's avatar Fabian Affolter Committed by Martin Weinelt
Browse files

python312Packages.zigpy: 0.65.0 -> 0.65.2

parent f34ee186
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
  cryptography,
  fetchFromGitHub,
  freezegun,
  frozendict,
  importlib-resources,
  jsonschema,
  pycryptodome,
@@ -26,7 +27,7 @@

buildPythonPackage rec {
  pname = "zigpy";
  version = "0.65.0";
  version = "0.65.2";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -35,7 +36,7 @@ buildPythonPackage rec {
    owner = "zigpy";
    repo = "zigpy";
    rev = "refs/tags/${version}";
    hash = "sha256-CyVmMDZ+8B3SYRR6JKFeI/dyQbJk70/slm3hRV1f3ig=";
    hash = "sha256-rNqo4NtIdg9MoOKde26/RUcfX/VYiVkNj97v/RJcB4E=";
  };

  postPatch = ''
@@ -53,6 +54,7 @@ buildPythonPackage rec {
      aiosqlite
      crccheck
      cryptography
      frozendict
      jsonschema
      pyserial-asyncio
      typing-extensions