summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/hap-python
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-08-02 19:57:15 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-08-02 22:42:43 +0200
commitc32fe340cbd817475dabdc181052b39c13e4b61a (patch)
tree4e9e1f091ec785dcde1979ff1d0f478dad216146 /pkgs/development/python-modules/hap-python
parent80d182ceab35adfdd51b2859f4d2090c162daef1 (diff)
python310Packages.hap-python: 4.7.0 -> 4.7.1
https://github.com/ikalchev/HAP-python/blob/4.7.1/CHANGELOG.md
Diffstat (limited to 'pkgs/development/python-modules/hap-python')
-rw-r--r--pkgs/development/python-modules/hap-python/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/hap-python/default.nix b/pkgs/development/python-modules/hap-python/default.nix
index 05699dd07e34..c40d1633eaed 100644
--- a/pkgs/development/python-modules/hap-python/default.nix
+++ b/pkgs/development/python-modules/hap-python/default.nix
@@ -1,4 +1,5 @@
{ lib
+, async-timeout
, buildPythonPackage
, base36
, chacha20poly1305-reuseable
@@ -16,7 +17,7 @@
buildPythonPackage rec {
pname = "hap-python";
- version = "4.7.0";
+ version = "4.7.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -25,10 +26,11 @@ buildPythonPackage rec {
owner = "ikalchev";
repo = "HAP-python";
rev = "refs/tags/${version}";
- hash = "sha256-/UBJh1m+WscN9I85/kvlNQnowNybEDyGVuQk4HBDWLE=";
+ hash = "sha256-M/STfco+Bx+KxBT1lUIrYyGSjBcPw2UVX02gNOROke4=";
};
propagatedBuildInputs = [
+ async-timeout
chacha20poly1305-reuseable
cryptography
h11