Merge pull request #188463 from fabaff/pyunifiprotect-bump

python310Packages.pyunifiprotect: 4.1.7 -> 4.1.8
This commit is contained in:
Fabian Affolter 2022-08-27 19:22:01 +02:00 committed by GitHub
commit d2d7adc9ea
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.7";
version = "4.1.8";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "briis";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-FaH1fNNWQAe9hLrbLf0TCfcjY6MDmHrsmo3LaEsN3W4=";
hash = "sha256-q6fzP1wauwnRUByGc+EQ/vNJgoCWx22Qh2uZeUF4Abk=";
};
propagatedBuildInputs = [