Skip to content

Commit

Permalink
python312Packages.aioairzone-cloud: 0.6.7 -> 0.6.10 (#351282)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Nov 6, 2024
1 parent 9c8b539 commit c5e912c
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.10";
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-H78vlCGJhIE1/utX4Dh1vssOwYnQxCytsEs+hpOPVtM=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit c5e912c

Please sign in to comment.