python311Packages.zigpy: 0.64.0 -> 0.64.1

Diff: https://github.com/zigpy/zigpy/compare/refs/tags/0.64.0...0.64.1

Changelog: https://github.com/zigpy/zigpy/releases/tag/0.64.1
This commit is contained in:
Fabian Affolter 2024-06-14 23:23:26 +02:00
parent 90911cf672
commit edb739b806

View File

@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "zigpy";
version = "0.64.0";
version = "0.64.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zigpy";
rev = "refs/tags/${version}";
hash = "sha256-4p/CUAZQLiADWzjXMOeYUX0OJgZczHrI2/sVRuXiFSI=";
hash = "sha256-9hPJZQfLevV6zl7JvLtCJSspGl87ORlWLXoVJmRcEJU=";
};
postPatch = ''