about summary refs log tree commit diff
path: root/pkgs/development/python-modules/aioharmony
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-03-23 14:47:05 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-03-23 15:20:13 +0100
commite5a4e3eeee2463b3a27a906405da8c6b3ee05e84 (patch)
tree820c096bfc7e81332995a200051c92ae8af97bcf /pkgs/development/python-modules/aioharmony
parentf7108e6257d6109785e10f7cae305b566dd45b22 (diff)
python310Packages.aioharmony: 0.2.9 -> 0.2.10
Diffstat (limited to 'pkgs/development/python-modules/aioharmony')
-rw-r--r--pkgs/development/python-modules/aioharmony/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aioharmony/default.nix b/pkgs/development/python-modules/aioharmony/default.nix
index b1f19dc260d81..cd3abbb4af8da 100644
--- a/pkgs/development/python-modules/aioharmony/default.nix
+++ b/pkgs/development/python-modules/aioharmony/default.nix
@@ -9,13 +9,13 @@
 
 buildPythonPackage rec {
   pname = "aioharmony";
-  version = "0.2.9";
+  version = "0.2.10";
 
   disabled = pythonOlder "3.6";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-T30pLzPWD+5pb0ShkpNdiBFO45RdiMYgCOSg8rx+t+Y=";
+    hash = "sha256-18+38QunEdEGdirQOT+528vYqiqDuUr/CWRQtXKf4rs=";
   };
 
   propagatedBuildInputs = [