python311Packages.aiounifi: 68 -> 69

Diff: https://github.com/Kane610/aiounifi/compare/refs/tags/v68...v69

Changelog: https://github.com/Kane610/aiounifi/releases/tag/v69
This commit is contained in:
Fabian Affolter 2024-01-18 08:08:21 +01:00
parent d00a7a5a70
commit b3301a36ea

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "aiounifi";
version = "68";
version = "69";
format = "pyproject";
disabled = pythonOlder "3.11";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "Kane610";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-fMTkk2+4RQzE8V4Nemkh2/0Keum+3eMKO5LlPQB9kOU=";
hash = "sha256-XYwdnG3OprHRZm3zQgoPw4VOzvvVflsQzi7+XQiASAU=";
};
postPatch = ''