Merge pull request #235491 from fabaff/pyunifiprotect-bump

python310Packages.pyunifiprotect: 4.9.0 -> 4.9.1
This commit is contained in:
Nick Cao
2023-06-01 20:34:54 -06:00
committed by GitHub
@@ -31,7 +31,7 @@
buildPythonPackage rec {
pname = "pyunifiprotect";
version = "4.9.0";
version = "4.9.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -40,7 +40,7 @@ buildPythonPackage rec {
owner = "briis";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-fIkZh/fkeVzQyEa4goGnaCxOWsKLKRlw+0/nGBDmKlY=";
hash = "sha256-ESTJx3wyM59yzfEykYFobgInQVBEzESCIl2dhTOGUKw=";
};
postPatch = ''