about summary refs log tree commit diff
path: root/pkgs/development/python-modules/aioharmony
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-10-18 00:55:19 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-10-18 00:55:19 +0000
commitf9f8b76e111d6e9fe4a0e660735d72e01a8dc191 (patch)
tree6d0a8b447ac2179337277f491450c49da739b81d /pkgs/development/python-modules/aioharmony
parent249d3f306ab433e39302273f19f53e4cd7abe2cb (diff)
python38Packages.aioharmony: 0.2.7 -> 0.2.8
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 3f2ee2fee3ea0..a7cafe87c4b8b 100644
--- a/pkgs/development/python-modules/aioharmony/default.nix
+++ b/pkgs/development/python-modules/aioharmony/default.nix
@@ -9,12 +9,12 @@
 
 buildPythonPackage rec {
   pname = "aioharmony";
-  version = "0.2.7";
+  version = "0.2.8";
   disabled = !isPy3k;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-aej8xC0Bsy6ip7IwO6onp55p6afkz8yZnz14cCExSPA=";
+    sha256 = "0adf08955810a227db489556dc3ca808e4f825a00183f613797856114c2a2a47";
   };
 
   propagatedBuildInputs = [