From ddd67ad1b6db86fcc768f229252ebf21ca75edca Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 21 Aug 2023 17:21:48 +0200 Subject: [PATCH] python311Packages.aioairzone: 0.6.6 -> 0.6.7 Diff: https://github.com/Noltari/aioairzone/compare/refs/tags/0.6.6...0.6.7 Changelog: https://github.com/Noltari/aioairzone/releases/tag/0.6.7 --- pkgs/development/python-modules/aioairzone/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aioairzone/default.nix b/pkgs/development/python-modules/aioairzone/default.nix index ad1ba731d9c5..ed51675444f0 100644 --- a/pkgs/development/python-modules/aioairzone/default.nix +++ b/pkgs/development/python-modules/aioairzone/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "aioairzone"; - version = "0.6.6"; + version = "0.6.7"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "Noltari"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-Ji2Vou9BrBmSvkx56AREY8E7uVYQ9DWRfP9g7oXrMBs="; + hash = "sha256-/LUTHeApktB4okt9bVkZe7G1dApVaYUdwty4sbK7IKQ="; }; nativeBuildInputs = [