Merge pull request #200296 from fabaff/pyunifiprotect-bump

python310Packages.pyunifiprotect: 4.4.0 -> 4.4.1
This commit is contained in:
Fabian Affolter 2022-11-09 07:56:30 +01:00 committed by GitHub
commit c14c8700f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@
buildPythonPackage rec {
pname = "pyunifiprotect";
version = "4.4.0";
version = "4.4.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "briis";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-2qgR9NCEIAENUatv9Bt0n7qp2md293xDTfE/U9zN1fI=";
hash = "sha256-lwgYvmig3yIQPcmX2suStcnzEYOXphHTRn40iJZICPs=";
};
postPatch = ''