Skip to content

Commit

Permalink
Merge pull request NixOS#240277 from fabaff/aioairzone-cloud-bump
Browse files Browse the repository at this point in the history
python311Packages.aioairzone-cloud: 0.1.9 -> 0.2.0
  • Loading branch information
NickCao authored Jun 28, 2023
2 parents 1aa9eef + f900c63 commit 85eecbe
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.1.9";
version = "0.2.0";
format = "pyproject";

disabled = pythonOlder "3.7";
Expand All @@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "Noltari";
repo = "aioairzone-cloud";
rev = "refs/tags/${version}";
hash = "sha256-E6lwh+AQ+SZm0ODFdApwyq5OB2qO9KBdFo9vVgpiy3M=";
hash = "sha256-mfygibuKSkBrVZ+zILCAYnfzEvrzD7ZXbUtTSZ54rVk=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 85eecbe

Please sign in to comment.