python3Packages.pysmlight: 0.2.9 -> 0.2.11 (#464663)

This commit is contained in:
Aleksana
2025-11-25 10:09:22 +00:00
committed by GitHub
@@ -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