about summary refs log tree commit diff
path: root/pkgs/development/python-modules/aiolifx
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-04-23 12:21:18 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-04-23 11:26:56 -0700
commitcb536356ee92fbad69189309ca79fe083d9f07ad (patch)
treec8e4d72ad4ae0bf3e16caa4d640da2f26e6919c3 /pkgs/development/python-modules/aiolifx
parentf420bdcc83fdea9db444b266e64cf2b8fd108070 (diff)
python310Packages.aiolifx: 0.7.1 -> 0.8.0
Diffstat (limited to 'pkgs/development/python-modules/aiolifx')
-rw-r--r--pkgs/development/python-modules/aiolifx/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiolifx/default.nix b/pkgs/development/python-modules/aiolifx/default.nix
index 2cc04130c6710..7cff45cb66460 100644
--- a/pkgs/development/python-modules/aiolifx/default.nix
+++ b/pkgs/development/python-modules/aiolifx/default.nix
@@ -8,13 +8,13 @@
 
 buildPythonPackage rec {
   pname = "aiolifx";
-  version = "0.7.1";
+  version = "0.8.0";
 
   disabled = pythonOlder "3.4";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-ktXnAgrxfDELfMQATcWHn/u6C4bKQii+mbT4mA54coo=";
+    sha256 = "sha256-7XwtTALfEFAI2Rl3JcVcncIZBTFNuXyyclpJj5jHyEU=";
   };
 
   propagatedBuildInputs = [