python310Packages.pyunifiprotect: 4.4.0 -> 4.4.1

This commit is contained in:
Fabian Affolter 2022-11-09 00:14:41 +01:00
parent faa192ce4c
commit 652160f77b

View file

@ -29,7 +29,7 @@
buildPythonPackage rec {
pname = "pyunifiprotect";
version = "4.4.0";
version = "4.4.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "briis";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-2qgR9NCEIAENUatv9Bt0n7qp2md293xDTfE/U9zN1fI=";
hash = "sha256-lwgYvmig3yIQPcmX2suStcnzEYOXphHTRn40iJZICPs=";
};
postPatch = ''