python310Packages.pyunifiprotect: 4.3.3 -> 4.3.4

This commit is contained in:
Fabian Affolter 2022-10-18 23:53:17 +02:00
parent 81f5772d8d
commit a1ad8f4e0c

View file

@ -29,7 +29,7 @@
buildPythonPackage rec {
pname = "pyunifiprotect";
version = "4.3.3";
version = "4.3.4";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "briis";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-77vBKca4S0XEa5O4ntuBW8uEwVig7IBH6BX3QEmvHWc=";
hash = "sha256-EMKbSNlMTHvwiTPb9jnA2NIG6OhyNJshrRPYpYdHsM8=";
};
postPatch = ''