python310Packages.pyunifiprotect: 4.7.0 -> 4.8.1

This commit is contained in:
R. Ryantm
2023-04-17 11:26:31 +00:00
parent bf8dc7ed76
commit e21be86383
@@ -31,7 +31,7 @@
buildPythonPackage rec {
pname = "pyunifiprotect";
version = "4.7.0";
version = "4.8.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -40,7 +40,7 @@ buildPythonPackage rec {
owner = "briis";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-VvziL9IfPP19whwaLpNp42mZEduGqnPjPJtlSjTNmMo=";
hash = "sha256-+fZtzSUTObWkLQ7Nq6pCP+vN1+OUFi3d8AJdr5FGI+k=";
};
postPatch = ''