summary refs log tree commit diff
path: root/pkgs/development/python-modules/aiohue
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-08-02 22:52:54 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-08-02 22:56:27 +0200
commitcdd709942866bf386c872f5f76e092666be47313 (patch)
tree6d40a2b9fe18f7ae67cee63f5fd63a1d725e60ec /pkgs/development/python-modules/aiohue
parent9cbe5ec1ec91dd018d11603c66a8f9a6342b3160 (diff)
downloadnixpkgs-cdd709942866bf386c872f5f76e092666be47313.tar
nixpkgs-cdd709942866bf386c872f5f76e092666be47313.tar.gz
nixpkgs-cdd709942866bf386c872f5f76e092666be47313.tar.bz2
nixpkgs-cdd709942866bf386c872f5f76e092666be47313.tar.lz
nixpkgs-cdd709942866bf386c872f5f76e092666be47313.tar.xz
nixpkgs-cdd709942866bf386c872f5f76e092666be47313.tar.zst
nixpkgs-cdd709942866bf386c872f5f76e092666be47313.zip
python3Packages.aiohue: 2.5.1 -> 2.6.1
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 990228039dd..f06f4aba2ad 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 = "2.5.1";
+  version = "2.6.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "3ee8e857b07364516f8b9f0e5c52d4cd775036f3ace37c2769de1e8579f4dc07";
+    sha256 = "0101bw2n6vd3c0p323qqr61wwraja48xbrwcw5sn7i5sa3ygfx0k";
   };
 
   propagatedBuildInputs = [