about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-02-29 23:27:35 +0100
committerGitHub <noreply@github.com>2024-02-29 23:27:35 +0100
commit41356f19a60c671463302db82ca17d386ee5bacc (patch)
treee26065df246bc432a32357b7941a9d3627cdb9c0 /pkgs
parent3323a16f27752266b055d6185c830d53422e0818 (diff)
parent3ec1e697b891e1764458c7ad946ad79fe715876e (diff)
Merge pull request #292429 from r-ryantm/auto-update/python312Packages.aioairzone
python312Packages.aioairzone: 0.7.4 -> 0.7.5
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/aioairzone/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aioairzone/default.nix b/pkgs/development/python-modules/aioairzone/default.nix
index fdded411bee7c..78d572744aabf 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.7.4";
+  version = "0.7.5";
   pyproject = true;
 
   disabled = pythonOlder "3.11";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
     owner = "Noltari";
     repo = "aioairzone";
     rev = "refs/tags/${version}";
-    hash = "sha256-yIkP0eWyEJAZc2tJbwTvlU5b2pDta4SatmsTMPsSDt8=";
+    hash = "sha256-mliyDKh+7M8GQ0ZJijoYrqKDeAqRHfKGyPJM/5no+fM=";
   };
 
   nativeBuildInputs = [