From 644fbbe01f592cad1a5ade1f0dd561dfb06a3b4a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 25 Mar 2023 11:27:30 +0100 Subject: [PATCH] python310Packages.aiounifi: 44 -> 45 Diff: https://github.com/Kane610/aiounifi/compare/refs/tags/v44...v45 Changelog: https://github.com/Kane610/aiounifi/releases/tag/v45 --- pkgs/development/python-modules/aiounifi/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiounifi/default.nix b/pkgs/development/python-modules/aiounifi/default.nix index 82fbb5a40aab..db3a77e8a9b1 100644 --- a/pkgs/development/python-modules/aiounifi/default.nix +++ b/pkgs/development/python-modules/aiounifi/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "aiounifi"; - version = "44"; + version = "45"; format = "setuptools"; disabled = pythonOlder "3.9"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "Kane610"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-SRI7c0cmrNSTOEyRbs6JGEg5O9tws+Dwn0G8HUqWEqc="; + hash = "sha256-VwuZj0TBc8BBO6ZxpIAR0s0hrOI1muiT4AsDZ+xZPcI="; }; propagatedBuildInputs = [