From b98fe824d7acb9bfa1fbaf572617235c54f6eeda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 24 Nov 2025 11:22:21 -0800 Subject: [PATCH] python3Packages.pysmlight: 0.2.9 -> 0.2.11 Diff: https://github.com/smlight-tech/pysmlight/compare/v0.2.9...v0.2.11 Changelog: https://github.com/smlight-tech/pysmlight/releases/tag/v0.2.10 https://github.com/smlight-tech/pysmlight/releases/tag/v0.2.11 --- .../development/python-modules/pysmlight/default.nix | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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