python310Packages.pyunifiprotect: 4.1.2 -> 4.1.3

This commit is contained in:
Fabian Affolter
2022-08-21 13:37:35 +02:00
parent 3e25cf4b64
commit 8cfdca1e37
@@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "pyunifiprotect";
version = "4.1.2";
version = "4.1.3";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "briis";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-KGPPnyjFbKmNdFosn+4WvQH1rxDsiOEH9qmb3Zq8Xb8=";
hash = "sha256-tZo8+McpnJ1gekghtgH6m5w7nmVWB8CTxz5RGHv3xtE=";
};
propagatedBuildInputs = [