Unverified Commit 63b12f0e authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #254609 from fabaff/pyunifiprotect-bump

python311Packages.pyunifiprotect: 4.10.6 -> 4.20.0
parents 6e436232 9c69cada
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@

buildPythonPackage rec {
  pname = "pyunifiprotect";
  version = "4.10.6";
  version = "4.20.0";
  format = "pyproject";

  disabled = pythonOlder "3.9";
@@ -40,7 +40,7 @@ buildPythonPackage rec {
    owner = "briis";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-vO60QMr+J3tE7ZIU7fZP27jMuPeCJH56Hbhjek5ZfXI=";
    hash = "sha256-d4pMswABy/KFO2adwufSRRsj879O894nphh3MEjZOl0=";
  };

  postPatch = ''