Merge pull request #187583 from fabaff/pyunifiprotect-bump

python310Packages.pyunifiprotect: 4.1.1 -> 4.1.2
This commit is contained in:
Fabian Affolter 2022-08-20 15:43:02 +02:00 committed by GitHub
commit 5b54e94618
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.1";
version = "4.1.2";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "briis";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-ID3KSKPtgslS1Z+BZprMcTSQUnQbiHKgGQQipOSER9g=";
hash = "sha256-KGPPnyjFbKmNdFosn+4WvQH1rxDsiOEH9qmb3Zq8Xb8=";
};
propagatedBuildInputs = [