summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/aioairzone-cloud
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-09-27 08:00:23 +0000
committerFabian Affolter <mail@fabian-affolter.ch>2023-09-27 08:00:23 +0000
commitfe259a4af1627b7e5a5d72cd1d715234b3e999e5 (patch)
treee8580495e68333a12905c76410ef88446716ac17 /pkgs/development/python-modules/aioairzone-cloud
parent4d3a8e215ab9aa10e35f3ab0b5bfce6c6ccd0b1b (diff)
python311Packages.aioairzone-cloud: 0.2.1 -> 0.2.2
Diff: https://github.com/Noltari/aioairzone-cloud/compare/refs/tags/0.2.1...0.2.2 Changelog: https://github.com/Noltari/aioairzone-cloud/releases/tag/0.2.2
Diffstat (limited to 'pkgs/development/python-modules/aioairzone-cloud')
-rw-r--r--pkgs/development/python-modules/aioairzone-cloud/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aioairzone-cloud/default.nix b/pkgs/development/python-modules/aioairzone-cloud/default.nix
index db3f27b5d3f0..f69f45d7efd0 100644
--- a/pkgs/development/python-modules/aioairzone-cloud/default.nix
+++ b/pkgs/development/python-modules/aioairzone-cloud/default.nix
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "aioairzone-cloud";
- version = "0.2.1";
+ version = "0.2.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "Noltari";
repo = "aioairzone-cloud";
rev = "refs/tags/${version}";
- hash = "sha256-GOt6oFf1ogxODrgs6/OdgTjA1UNyiNZOPFr+0DRgz0M=";
+ hash = "sha256-SGHbM7D21ykFWwg4aTUUMIFpwZ0K8CQohZYtzXOPJQg=";
};
nativeBuildInputs = [