Unverified Commit 20973e04 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #311343 from fabaff/aiounifi-bump

python312Packages.aiounifi: 77 -> 78
parents 2d62956e 65c53eeb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "aiounifi";
  version = "77";
  version = "78";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "Kane610";
    repo = "aiounifi";
    rev = "refs/tags/v${version}";
    hash = "sha256-c3UR/AwnQLm6h1jsM6mk6MOii2/xQzFcrci+oG4BsDs=";
    hash = "sha256-fY3VsXJfs/uqqQjR6Sp03XlkCOk+8GvXq476dgagJQ8=";
  };

  postPatch = ''