python310Packages.pyunifiprotect: 4.0.11 -> 4.0.12

This commit is contained in:
Fabian Affolter 2022-08-09 17:04:33 +02:00
parent 0f456ce627
commit 567448c3d9

View file

@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "pyunifiprotect";
version = "4.0.11";
version = "4.0.12";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "briis";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-81nottXXenkIPiDnR8O44ELStoh8i2yROYCPvBLiWSU=";
hash = "sha256-xbODjgJHd1e3NdnoB/srlOdeuhOj2JeN8b8MQh3D4+A=";
};
propagatedBuildInputs = [