python3Packages.unifi-discovery: 1.4.0 -> 1.5.0

This commit is contained in:
R. Ryantm
2026-06-21 19:49:56 +00:00
parent 6e7f01b46b
commit 20ce0a07cd
@@ -13,14 +13,14 @@
buildPythonPackage (finalAttrs: {
pname = "unifi-discovery";
version = "1.4.0";
version = "1.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "bdraco";
repo = "unifi-discovery";
tag = "v${finalAttrs.version}";
hash = "sha256-pn8WRsYGbBy4EwQ1DufY2WbbVM65dM4h8ZReG+qkr6k=";
hash = "sha256-nL1liMg7qImY4AXdhvLbLXgZs/S3eypQCSJF5yZldmU=";
};
build-system = [ poetry-core ];