python310Packages.pyunifiprotect: 4.5.2 -> 4.5.3

This commit is contained in:
R. Ryantm 2022-12-27 18:50:56 +00:00
parent c2e1d345cb
commit bce57f372f

View file

@ -29,7 +29,7 @@
buildPythonPackage rec {
pname = "pyunifiprotect";
version = "4.5.2";
version = "4.5.3";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "briis";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-xYDt/vvzI7qIK/8XE6mhcI5GPDKyHRj73Lagn0QOOz0=";
hash = "sha256-FZXnJorY7WNgDVajULZyFwJ13RBbClXK38CCyF7ASmI=";
};
postPatch = ''