about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-02-29 09:23:53 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2024-02-29 09:23:53 +0100
commit359cf2b291087b49ead96a4131416ae924e116b8 (patch)
tree5ed374d90193c2d8b684cc832577d0bfea46acee
parent06496c9f37442ad6184a52a3b7ebcaea849f62bc (diff)
python312Packages.aioshelly: 8.0.2 -> 8.1.1
Diff: https://github.com/home-assistant-libs/aioshelly/compare/refs/tags/8.0.2...8.1.1

Changelog: https://github.com/home-assistant-libs/aioshelly/releases/tag/8.1.1
-rw-r--r--pkgs/development/python-modules/aioshelly/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aioshelly/default.nix b/pkgs/development/python-modules/aioshelly/default.nix
index 0282412ccf4cb..2dfef5a251ad9 100644
--- a/pkgs/development/python-modules/aioshelly/default.nix
+++ b/pkgs/development/python-modules/aioshelly/default.nix
@@ -12,7 +12,7 @@
 
 buildPythonPackage rec {
   pname = "aioshelly";
-  version = "8.0.2";
+  version = "8.1.1";
   pyproject = true;
 
   disabled = pythonOlder "3.10";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
     owner = "home-assistant-libs";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-wDEHHc+TFlrp2X2/03NNxZut1bn1Sn7y4Sk5nGYBvEs=";
+    hash = "sha256-i2dlcparDQlwM7Wk/HwlBz0mmI38ZRwxVM6jLY0rI+0=";
   };
 
   nativeBuildInputs = [