python313Packages.python-snoo: 0.7.0 -> 0.8.3
Changelog: https://github.com/Lash-L/python-snoo/blob/v0.8.3/CHANGELOG.md
This commit is contained in:
@@ -4,20 +4,21 @@
|
||||
fetchFromGitHub,
|
||||
poetry-core,
|
||||
aiohttp,
|
||||
aiomqtt,
|
||||
freenub,
|
||||
mashumaro,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-snoo";
|
||||
version = "0.7.0";
|
||||
version = "0.8.3";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Lash-L";
|
||||
repo = "python-snoo";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-AHCQeajCUCDjLmlbSrVmp2C9NB2naXsYAe6mCbWQfmQ=";
|
||||
hash = "sha256-V+abmzQhzbRY+aJDThV+qXExNLKiahwxVR8WnXEP1vc=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -29,6 +30,7 @@ buildPythonPackage rec {
|
||||
|
||||
dependencies = [
|
||||
aiohttp
|
||||
aiomqtt
|
||||
freenub
|
||||
mashumaro
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user