python310Packages.pyunifiprotect: 4.4.2 -> 4.5.1

Changelog: https://github.com/AngellusMortis/pyunifiprotect/releases/tag/v4.5.1
This commit is contained in:
Fabian Affolter 2022-12-01 09:11:03 +01:00
parent 93ea1dbdb0
commit d4db6421db

View file

@ -29,7 +29,7 @@
buildPythonPackage rec {
pname = "pyunifiprotect";
version = "4.4.2";
version = "4.5.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "briis";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-30nQ02UUXJHvHC+hWTWHsUeU83G8cOJHK+Tgo6AE5jc=";
hash = "sha256-7LgAK0AzQ7uoVW7fXwoU512iI5LG0BL8N0R9f7AjFN4=";
};
postPatch = ''