python313Packages.pysmlight: 0.1.7 -> 0.2.3
Diff: https://github.com/smlight-tech/pysmlight/compare/refs/tags/v0.1.7...v0.2.3 Changelog: https://github.com/smlight-tech/pysmlight/releases/tag/v0.2.3
This commit is contained in:
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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user