python312Packages.unifi-discovery: 1.1.8 -> 1.2.0

Diff: https://github.com/bdraco/unifi-discovery/compare/refs/tags/v1.1.8...v1.2.0

Changelog: https://github.com/bdraco/unifi-discovery/releases/tag/v1.2.0
This commit is contained in:
Fabian Affolter 2024-06-27 21:45:03 +02:00
parent 42fea565b1
commit 3d62133345

View File

@ -13,7 +13,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "unifi-discovery"; pname = "unifi-discovery";
version = "1.1.8"; version = "1.2.0";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "bdraco"; owner = "bdraco";
repo = "unifi-discovery"; repo = "unifi-discovery";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-gE/2awyhDACrc0nuTvTPOcK2lFbPIZAXDPRnVJtWFco="; hash = "sha256-Ea+zxV2GUAaG/BxO103NhOLzzr/TNJaOsynDad2/2VA=";
}; };
postPatch = '' postPatch = ''