Fabian Affolter
2025-03-05 23:03:35 +01:00
committed by Martin Weinelt
parent 3d5131d8dc
commit 11b7422109
@@ -2,6 +2,7 @@
aiohttp,
aiohttp-sse-client2,
aresponses,
awesomeversion,
buildPythonPackage,
fetchFromGitHub,
lib,
@@ -13,14 +14,14 @@
buildPythonPackage rec {
pname = "pysmlight";
version = "0.1.7";
version = "0.2.3";
pyproject = true;
src = fetchFromGitHub {
owner = "smlight-tech";
repo = "pysmlight";
tag = "v${version}";
hash = "sha256-gEqsCHe8U1p1uKarCzzppFAKC5OGNUJk/Hif5VXnojw=";
hash = "sha256-9aJ69t+zuWsmU9JIYgz12DRxFkhUCrrA0lBaUFbsEVM=";
};
build-system = [ poetry-core ];
@@ -28,6 +29,7 @@ buildPythonPackage rec {
dependencies = [
aiohttp
aiohttp-sse-client2
awesomeversion
mashumaro
];