about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-11-25 09:06:59 +0100
committerGitHub <noreply@github.com>2023-11-25 09:06:59 +0100
commit35218cb6992dfe1af3cef5c9e4b1b58a08f30829 (patch)
tree38ceefb89e36ed25de7a34cf4e31b29d7be74486 /pkgs
parenta7d248e412056058d1f083f7da3aee6c7e2841b0 (diff)
parent9a32d2c648508c9cf589c91306ea003d6a1a7594 (diff)
Merge pull request #269732 from fabaff/aioshelly-bump
python311Packages.aioshelly: 6.0.0 -> 6.1.0
Diffstat (limited to 'pkgs')
-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 b47936c926d38..e0547c9484fe8 100644
--- a/pkgs/development/python-modules/aioshelly/default.nix
+++ b/pkgs/development/python-modules/aioshelly/default.nix
@@ -9,7 +9,7 @@
 
 buildPythonPackage rec {
   pname = "aioshelly";
-  version = "6.0.0";
+  version = "6.1.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.9";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
     owner = "home-assistant-libs";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-mB9BEVqbHcoUaygIgrtqk20wMJkL+dWpbeyG5VP4+sg=";
+    hash = "sha256-LkcUcGx31GwrbmBWCyEuD5x9yzeszUHBCYSBgTzgz9A=";
   };
 
   propagatedBuildInputs = [