python3Packages.zigpy: 1.4.0 -> 1.4.1

https://github.com/zigpy/zigpy/releases/tag/1.4.1
This commit is contained in:
Martin Weinelt
2026-05-09 16:29:23 +02:00
parent 02a97aeb51
commit a872b9cc6a
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "zigpy";
version = "1.4.0";
version = "1.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "zigpy";
repo = "zigpy";
tag = version;
hash = "sha256-iBv7FKPeVzHc8xNvRLHDgWAuwHgTf4ByI1fA6Z134v8=";
hash = "sha256-9e+n4C2ViCAHFw2Ed+NxPSAbcVX5KJl7biIIsYr8E4c=";
};
postPatch = ''