Merge pull request #228977 from fabaff/pyunifiprotect-bump

python310Packages.pyunifiprotect: 4.8.2 -> 4.8.3
This commit is contained in:
Mario Rodas 2023-04-29 21:44:57 -05:00 committed by GitHub
commit d588fff8f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@
buildPythonPackage rec {
pname = "pyunifiprotect";
version = "4.8.2";
version = "4.8.3";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -40,7 +40,7 @@ buildPythonPackage rec {
owner = "briis";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-NjoTUK1Tg2RqREI2DDT86mDO4rS5iZk+cffaGWLVSyc=";
hash = "sha256-2DR1SPWElDZcTYF6TaJK3lxqJ5Skv76X+K+y6i69bj4=";
};
postPatch = ''