python310Packages.pyunifiprotect: 4.1.8 -> 4.2.0

This commit is contained in:
Fabian Affolter 2022-09-01 07:19:14 +02:00 committed by Jonathan Ringer
parent f18a037141
commit 67be99fb43

View File

@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "pyunifiprotect";
version = "4.1.8";
version = "4.2.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "briis";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-q6fzP1wauwnRUByGc+EQ/vNJgoCWx22Qh2uZeUF4Abk=";
hash = "sha256-DBOPHeSEdM6cev2BZs1AwXmzNPVsekNklu9c+KhECiI=";
};
postPatch = ''