Merge pull request #187985 from fabaff/pyunifiprotect-bump

python310Packages.pyunifiprotect: 4.1.3 -> 4.1.7
This commit is contained in:
Fabian Affolter 2022-08-26 11:50:18 +02:00 committed by GitHub
commit 4f2dd0099f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "pyunifiprotect";
version = "4.1.3";
version = "4.1.7";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "briis";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-tZo8+McpnJ1gekghtgH6m5w7nmVWB8CTxz5RGHv3xtE=";
hash = "sha256-FaH1fNNWQAe9hLrbLf0TCfcjY6MDmHrsmo3LaEsN3W4=";
};
propagatedBuildInputs = [