Unverified Commit fa6865df authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #241501 from fabaff/aiounifi-bump

python311Packages.aiounifi: 48 -> 49
parents f339d26d 29f92e08
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "aiounifi";
  version = "48";
  version = "49";
  format = "setuptools";

  disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "Kane610";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-HxZoHul8Nef52st/e10jjtRUvI9NGXuX6/pFYoFI/80=";
    hash = "sha256-GZ++R8NUhpUQbeNhavWnIhk1AuPnEAAHRq9ZYdeHFDc=";
  };

  propagatedBuildInputs = [