summary refs log tree commit diff
path: root/pkgs/development/python-modules/hap-python
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-18 09:30:52 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-18 09:30:52 +0100
commit5082a3f29dd2954e2761b67df08397e22af0aacd (patch)
treec180f22ee4a642d1e92bdc459abb0e2cf4c6728b /pkgs/development/python-modules/hap-python
parent5efc7a631f49521090789eef24ff1a13adeaa01a (diff)
downloadnixpkgs-5082a3f29dd2954e2761b67df08397e22af0aacd.tar
nixpkgs-5082a3f29dd2954e2761b67df08397e22af0aacd.tar.gz
nixpkgs-5082a3f29dd2954e2761b67df08397e22af0aacd.tar.bz2
nixpkgs-5082a3f29dd2954e2761b67df08397e22af0aacd.tar.lz
nixpkgs-5082a3f29dd2954e2761b67df08397e22af0aacd.tar.xz
nixpkgs-5082a3f29dd2954e2761b67df08397e22af0aacd.tar.zst
nixpkgs-5082a3f29dd2954e2761b67df08397e22af0aacd.zip
python3Packages.hap-python: 4.3.0 -> 4.4.0
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 c58e50bee86..63a2e941f0f 100644
--- a/pkgs/development/python-modules/hap-python/default.nix
+++ b/pkgs/development/python-modules/hap-python/default.nix
@@ -16,14 +16,14 @@
 
 buildPythonPackage rec {
   pname = "hap-python";
-  version = "4.3.0";
+  version = "4.4.0";
   disabled = pythonOlder "3.6";
 
   src = fetchFromGitHub {
     owner = "ikalchev";
     repo = "HAP-python";
     rev = "v${version}";
-    sha256 = "sha256-G4KL6iMeVn/tmvFtFL8vyqHGNfqk6j8iG4tDK9VpCyM=";
+    sha256 = "sha256-dSiI2W4U4FYwMRBInpxb/wkQLKxPzLHIkLPNgiZEhUA=";
   };
 
   propagatedBuildInputs = [