python3Packages.py-unifi-access: 1.1.3 -> 1.1.4

This commit is contained in:
R. Ryantm
2026-04-06 12:29:08 +00:00
parent e6c8eff62f
commit fea09c0b5a
@@ -13,14 +13,14 @@
buildPythonPackage (finalAttrs: {
pname = "py-unifi-access";
version = "1.1.3";
version = "1.1.4";
pyproject = true;
src = fetchFromGitHub {
owner = "imhotep";
repo = "py-unifi-access";
tag = finalAttrs.version;
hash = "sha256-FYhHTYQl+yGHcAu0APqdfca/YSMp3GSQmY7kSO4xkH8=";
hash = "sha256-oh8Y1hfr+mJL5gz2P4uaZ68TtSCG0CgcrKgnhuEgfQc=";
};
build-system = [ setuptools ];