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:
Fabian Affolter
2025-08-15 21:20:30 +02:00
parent e51401ca41
commit a7c7aa005e
@@ -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
];