Merge pull request #254609 from fabaff/pyunifiprotect-bump

python311Packages.pyunifiprotect: 4.10.6 -> 4.20.0
This commit is contained in:
Nick Cao 2023-09-11 16:09:05 -04:00 committed by GitHub
commit 63b12f0e0e
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.10.6";
version = "4.20.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -40,7 +40,7 @@ buildPythonPackage rec {
owner = "briis";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-vO60QMr+J3tE7ZIU7fZP27jMuPeCJH56Hbhjek5ZfXI=";
hash = "sha256-d4pMswABy/KFO2adwufSRRsj879O894nphh3MEjZOl0=";
};
postPatch = ''