about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-01-22 01:54:39 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-01-21 23:39:20 -0800
commitf82325b55a1a311e2dff251ec4d7402245ef42f0 (patch)
treef2b1d24ba64e53607fd9a7836c7ddbba8fb0444c /pkgs/development/python-modules
parent93e31f2a78db66ecf3aa497c7fbed758655eea2e (diff)
downloadnixlib-f82325b55a1a311e2dff251ec4d7402245ef42f0.tar
nixlib-f82325b55a1a311e2dff251ec4d7402245ef42f0.tar.gz
nixlib-f82325b55a1a311e2dff251ec4d7402245ef42f0.tar.bz2
nixlib-f82325b55a1a311e2dff251ec4d7402245ef42f0.tar.lz
nixlib-f82325b55a1a311e2dff251ec4d7402245ef42f0.tar.xz
nixlib-f82325b55a1a311e2dff251ec4d7402245ef42f0.tar.zst
nixlib-f82325b55a1a311e2dff251ec4d7402245ef42f0.zip
python37Packages.aiolifx: 0.6.8 -> 0.6.9
Diffstat (limited to 'pkgs/development/python-modules')
-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 7b33b1c508f8..748ed242ae9a 100644
--- a/pkgs/development/python-modules/aiolifx/default.nix
+++ b/pkgs/development/python-modules/aiolifx/default.nix
@@ -8,11 +8,11 @@
 
 buildPythonPackage rec {
   pname = "aiolifx";
-  version = "0.6.8";
+  version = "0.6.9";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "9f9055bc2a9a72c5eab17e0ce5522edecd6de07e21cf347bf0cffabdabe5570e";
+    sha256 = "0c28e9c058ee504a07eec11cb333bc6496d233da100dcab9c33549e9eb4985c0";
   };
 
   # tests are not implemented