python3Packages.py-unifi-access: 1.3.0 -> 1.6.1 (#543331)

This commit is contained in:
Sandro
2026-07-20 12:41:18 +00:00
committed by GitHub

View File

@@ -13,14 +13,14 @@
buildPythonPackage (finalAttrs: {
pname = "py-unifi-access";
version = "1.3.0";
version = "1.6.1";
pyproject = true;
src = fetchFromGitHub {
owner = "imhotep";
repo = "py-unifi-access";
tag = finalAttrs.version;
hash = "sha256-UxnW37JqUugdMix9MM5coHZvN9iTCmI53o7LfLL6t6M=";
hash = "sha256-FLbZPeuF6QazBhuOz107+H2rAdbyuV7XJZziLDJajks=";
};
build-system = [ setuptools ];