Skip to content

Commit 1467993

Browse files
authored
python312Packages.reolink-aio: 0.9.8 -> 0.9.9 (#343117)
2 parents bfbcbce + 51a4728 commit 1467993

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/development/python-modules/reolink-aio/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212

1313
buildPythonPackage rec {
1414
pname = "reolink-aio";
15-
version = "0.9.8";
15+
version = "0.9.9";
1616
pyproject = true;
1717

18-
disabled = pythonOlder "3.9";
18+
disabled = pythonOlder "3.10";
1919

2020
src = fetchFromGitHub {
2121
owner = "starkillerOG";
2222
repo = "reolink_aio";
2323
rev = "refs/tags/${version}";
24-
hash = "sha256-3rwL47mXVzWBL4REE1Dchg8GQLWJn+bzoZnmXHgKX40=";
24+
hash = "sha256-Zv81F7EvukrmA2uLFizJX6EIH4OBJICC7H9k8EtIumI=";
2525
};
2626

2727
build-system = [ setuptools ];
@@ -42,7 +42,7 @@ buildPythonPackage rec {
4242
description = "Module to interact with the Reolink IP camera API";
4343
homepage = "https://github.com/starkillerOG/reolink_aio";
4444
changelog = "https://github.com/starkillerOG/reolink_aio/releases/tag/${version}";
45-
license = with licenses; [ mit ];
45+
license = licenses.mit;
4646
maintainers = with maintainers; [ fab ];
4747
};
4848
}

0 commit comments

Comments
 (0)