summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/hap-python
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/hap-python')
-rw-r--r--pkgs/development/python-modules/hap-python/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/hap-python/default.nix b/pkgs/development/python-modules/hap-python/default.nix
index b38a8b69a588..a6b033a7e303 100644
--- a/pkgs/development/python-modules/hap-python/default.nix
+++ b/pkgs/development/python-modules/hap-python/default.nix
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "hap-python";
- version = "4.5.0";
+ version = "4.6.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "ikalchev";
repo = "HAP-python";
rev = "refs/tags/v${version}";
- hash = "sha256-/XJvCL9hMIrOUwGPcrvSrJ6SZ/E6BQy+isFFlAniIM4=";
+ hash = "sha256-fAJB1gk8zTS/mW5KzWr3z26qctZc/EQlk//WM1Xwpl0=";
};
propagatedBuildInputs = [