Skip to content

Commit

Permalink
python312Packages.aioairzone-cloud: 0.6.7 -> 0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Oct 25, 2024
1 parent 5584e35 commit 88a24a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/aioairzone-cloud/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

buildPythonPackage rec {
pname = "aioairzone-cloud";
version = "0.6.7";
version = "0.6.8";
pyproject = true;

disabled = pythonOlder "3.11";
Expand All @@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "Noltari";
repo = "aioairzone-cloud";
rev = "refs/tags/${version}";
hash = "sha256-6M80Qm5stk3wsZ55wcrJc8Y/TDd5zLWwiOhKj+5FQHs=";
hash = "sha256-vjN1xImbeFm/0kvwtVIp5Bs5/fB4no4DW+fRUxF1C34=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 88a24a2

Please sign in to comment.