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>2022-01-11 02:47:11 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-14 14:10:00 +0100
commitf632960d9bd3fddb7764d3dd3d621054611079d2 (patch)
treee46411c9d678530410d518c6cd3e0d8ff0b3cfeb /pkgs/development/python-modules/aioharmony
parent5f5ffabdb7000bac48124e05be3908ecb814d790 (diff)
python3Packages.aioharmony: 0.2.8 -> 0.2.9
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 fea1956e3311a..6e77c5589ec0f 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.8";
+  version = "0.2.9";
 
   disabled = pythonOlder "3.6";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "0adf08955810a227db489556dc3ca808e4f825a00183f613797856114c2a2a47";
+    sha256 = "sha256-T30pLzPWD+5pb0ShkpNdiBFO45RdiMYgCOSg8rx+t+Y=";
   };
 
   propagatedBuildInputs = [