Merge pull request #226626 from r-ryantm/auto-update/python310Packages.pyunifiprotect

python310Packages.pyunifiprotect: 4.7.0 -> 4.8.1
This commit is contained in:
Fabian Affolter 2023-04-17 21:26:34 +02:00 committed by GitHub
commit 1ae8b1d4fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = ''