Skip to content

Commit

Permalink
python312Packages.reolink-aio: 0.9.8 -> 0.9.9
Browse files Browse the repository at this point in the history
Diff: starkillerOG/reolink_aio@refs/tags/0.9.8...0.9.9

Changelog: https://github.com/starkillerOG/reolink_aio/releases/tag/0.9.9
  • Loading branch information
fabaff committed Sep 19, 2024
1 parent 31cd8c5 commit 51a4728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/reolink-aio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildPythonPackage rec {
version = "0.9.9";
pyproject = true;

disabled = pythonOlder "3.9";
disabled = pythonOlder "3.10";

src = fetchFromGitHub {
owner = "starkillerOG";
Expand All @@ -42,7 +42,7 @@ buildPythonPackage rec {
description = "Module to interact with the Reolink IP camera API";
homepage = "https://github.com/starkillerOG/reolink_aio";
changelog = "https://github.com/starkillerOG/reolink_aio/releases/tag/${version}";
license = with licenses; [ mit ];
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};
}

0 comments on commit 51a4728

Please sign in to comment.