1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

python312Packages.zigpy: 0.65.2 -> 0.65.3

This commit is contained in:
R. Ryantm 2024-08-10 00:15:12 +00:00
parent 410777e6e8
commit fa848ee2bb

View file

@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "zigpy";
version = "0.65.2";
version = "0.65.3";
pyproject = true;
disabled = pythonOlder "3.8";
@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zigpy";
rev = "refs/tags/${version}";
hash = "sha256-rNqo4NtIdg9MoOKde26/RUcfX/VYiVkNj97v/RJcB4E=";
hash = "sha256-zE8Hqha1yv7OsaXYrKzf3o2JLO/RcDSAxixWoMj2T3M=";
};
postPatch = ''