Merge pull request #212140 from fabaff/pyunifiprotect-bump

python310Packages.pyunifiprotect: 4.6.1 -> 4.6.2
This commit is contained in:
Jonas Heinrich 2023-01-25 11:34:29 +01:00 committed by GitHub
commit cd7e7a68c3
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.6.1";
version = "4.6.2";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -40,7 +40,7 @@ buildPythonPackage rec {
owner = "briis";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-5xHU4WC7HPDEJsfCX4bVsK3p6SWZ/fHH7APbFtDGC40=";
hash = "sha256-sEIjR6ScJNliJJJET06e22x5GMDrmB6fZAzyHr847sk=";
};
postPatch = ''