python310Packages.pyunifiprotect: 4.5.3 -> 4.6.0

This commit is contained in:
R. Ryantm 2023-01-08 22:14:17 +00:00
parent 87ebf1654e
commit 9da4afe5ff

View file

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