Merge pull request #196657 from fabaff/pyunifiprotect-bump

python310Packages.pyunifiprotect: 4.3.3 -> 4.3.4
This commit is contained in:
Fabian Affolter 2022-10-19 00:32:15 +02:00 committed by GitHub
commit b0c0ec763f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''