python310Packages.pyunifiprotect: 4.1.4 -> 4.1.5

This commit is contained in:
Fabian Affolter 2022-08-26 09:50:19 +02:00
parent ef48e700ff
commit c9ac3fcf0d

View File

@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "pyunifiprotect";
version = "4.1.4";
version = "4.1.5";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "briis";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-ijixaaYj6vUo/4tz0dMOdRFJgg+exgo+yr49ePIaWwE=";
hash = "sha256-S42t7y76Oeg3MZYp0kq300abAn15mEmwGlsmCSQYMco=";
};
propagatedBuildInputs = [