3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #236719 from fabaff/pyunifiprotect-bump

python311Packages.pyunifiprotect: 4.10.1 -> 4.10.2
This commit is contained in:
Nick Cao 2023-06-08 21:17:39 -06:00 committed by GitHub
commit e793d50d09
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.10.1";
version = "4.10.2";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -40,7 +40,7 @@ buildPythonPackage rec {
owner = "briis";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-DJxfr4pQna+up5XYi4zs66oTuHzLVz0bEuql6mW2e70=";
hash = "sha256-q54TLmPVo7dz9IkTZfz2qk13TQkMIopWhxlPac0IBGA=";
};
postPatch = ''