python3Packages.python-openevse-http: 0.3.4 -> 1.0.1

https://github.com/firstof9/python-openevse-http/releases/tag/1.0.1
This commit is contained in:
Martin Weinelt 2026-07-04 20:56:12 +02:00
commit 1654579d34
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -9,21 +9,25 @@
pytestCheckHook,
pytest-asyncio,
setuptools,
setuptools-scm,
}:
buildPythonPackage (finalAttrs: {
pname = "python-openevse-http";
version = "0.3.4";
version = "1.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "firstof9";
repo = "python-openevse-http";
tag = finalAttrs.version;
hash = "sha256-H5kRn8TmTpaX1qf94N2l1qOm03upFzHFistZDLFu/Zs=";
hash = "sha256-X87nS/h+Lh//rf8pNrlX22HOpT3Bz/6QgWBfQEaDQP8=";
};
build-system = [ setuptools ];
build-system = [
setuptools
setuptools-scm
];
dependencies = [
aiohttp