Skip to content

Commit

Permalink
Merge pull request NixOS#241501 from fabaff/aiounifi-bump
Browse files Browse the repository at this point in the history
python311Packages.aiounifi: 48 -> 49
  • Loading branch information
fabaff authored Jul 5, 2023
2 parents f339d26 + 29f92e0 commit fa6865d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/aiounifi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

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

disabled = pythonOlder "3.9";
Expand All @@ -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 = [
Expand Down

0 comments on commit fa6865d

Please sign in to comment.