Skip to content

Commit 2b1c817

Browse files
committed
python313Packages.zha-quirks: 0.0.129 -> 0.0.130
https://github.com/zigpy/zha-device-handlers/releases/tag/0.0.130
1 parent 18fa8af commit 2b1c817

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/zha-quirks/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
buildPythonPackage rec {
1414
pname = "zha-quirks";
15-
version = "0.0.129";
15+
version = "0.0.130";
1616
pyproject = true;
1717

1818
disabled = pythonOlder "3.12";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
2121
owner = "zigpy";
2222
repo = "zha-device-handlers";
2323
tag = version;
24-
hash = "sha256-/lcF7MZrw85H5LBL8aBdaIuFRT5yJUhr+vN9gJHnPDw=";
24+
hash = "sha256-G5q4W9Dxjhjbkt5rcYhseeaSWC73MJCo/pX/OfNlPrQ=";
2525
};
2626

2727
postPatch = ''

0 commit comments

Comments
 (0)