summary refs log tree commit diff
path: root/pkgs/development/python-modules/aiohue
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-12-15 17:21:49 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-12-15 17:21:49 +0100
commitb6fac27fd26c8444c0588e5c2850bf060a0f7ba6 (patch)
treee89bfcb8e6ec9e305f02604fd86891f5fd307bfe /pkgs/development/python-modules/aiohue
parent3253c2c9636d4213df47e94fd19b259fba43f323 (diff)
downloadnixpkgs-b6fac27fd26c8444c0588e5c2850bf060a0f7ba6.tar
nixpkgs-b6fac27fd26c8444c0588e5c2850bf060a0f7ba6.tar.gz
nixpkgs-b6fac27fd26c8444c0588e5c2850bf060a0f7ba6.tar.bz2
nixpkgs-b6fac27fd26c8444c0588e5c2850bf060a0f7ba6.tar.lz
nixpkgs-b6fac27fd26c8444c0588e5c2850bf060a0f7ba6.tar.xz
nixpkgs-b6fac27fd26c8444c0588e5c2850bf060a0f7ba6.tar.zst
nixpkgs-b6fac27fd26c8444c0588e5c2850bf060a0f7ba6.zip
python3Packages.aiohue: 3.0.3 -> 3.0.5
Diffstat (limited to 'pkgs/development/python-modules/aiohue')
-rw-r--r--pkgs/development/python-modules/aiohue/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiohue/default.nix b/pkgs/development/python-modules/aiohue/default.nix
index a4c6536308b..b0f748e77d6 100644
--- a/pkgs/development/python-modules/aiohue/default.nix
+++ b/pkgs/development/python-modules/aiohue/default.nix
@@ -6,11 +6,11 @@
 
 buildPythonPackage rec {
   pname = "aiohue";
-  version = "3.0.3";
+  version = "3.0.5";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-ajDwA8zFBQdFeI3oUBBWQZA13PNust21BWxrsB7PcTQ=";
+    sha256 = "sha256-qOtfr6rrV+E/vdY3AprJ5G7p+VzYDVk1aq9/F0O0mLE=";
   };
 
   propagatedBuildInputs = [