diff --git a/pkgs/development/python-modules/pysmlight/default.nix b/pkgs/development/python-modules/pysmlight/default.nix index 154043d4f7ef..459c6348acf9 100644 --- a/pkgs/development/python-modules/pysmlight/default.nix +++ b/pkgs/development/python-modules/pysmlight/default.nix @@ -5,26 +5,30 @@ awesomeversion, buildPythonPackage, fetchFromGitHub, + hatch-vcs, + hatchling, lib, mashumaro, - poetry-core, pytest-asyncio, pytestCheckHook, }: buildPythonPackage rec { pname = "pysmlight"; - version = "0.2.9"; + version = "0.2.11"; pyproject = true; src = fetchFromGitHub { owner = "smlight-tech"; repo = "pysmlight"; tag = "v${version}"; - hash = "sha256-KNEGRmMq88AMGrBB0hfNa5bJpLx5gLZLH7H7zLkiQ2c="; + hash = "sha256-+ApqlqrNGQJ52VJPaaWCddsQGMu7W2fLJLKxV69zJKI="; }; - build-system = [ poetry-core ]; + build-system = [ + hatch-vcs + hatchling + ]; dependencies = [ aiohttp