Merge pull request #217304 from fabaff/pyunifiprotect-bump

python310Packages.pyunifiprotect: 4.6.2 -> 4.7.0
This commit is contained in:
Martin Weinelt
2023-02-20 13:30:08 +00:00
committed by GitHub
@@ -31,7 +31,7 @@
buildPythonPackage rec {
pname = "pyunifiprotect";
version = "4.6.2";
version = "4.7.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -40,7 +40,7 @@ buildPythonPackage rec {
owner = "briis";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-sEIjR6ScJNliJJJET06e22x5GMDrmB6fZAzyHr847sk=";
hash = "sha256-VvziL9IfPP19whwaLpNp42mZEduGqnPjPJtlSjTNmMo=";
};
postPatch = ''