python3Packages.python-openevse-http: 0.2.5 -> 0.2.6

This commit is contained in:
R. Ryantm
2026-03-11 06:40:37 +00:00
parent fff3518dcc
commit ab3a8cbda8
@@ -13,14 +13,14 @@
buildPythonPackage (finalAttrs: {
pname = "python-openevse-http";
version = "0.2.5";
version = "0.2.6";
pyproject = true;
src = fetchFromGitHub {
owner = "firstof9";
repo = "python-openevse-http";
tag = finalAttrs.version;
hash = "sha256-HcrcjMJTDZz/5ijluv3Ow77A24jOWg26nlbq/mBcmAA=";
hash = "sha256-09oucP0xbgHzQXLpBFlr/dbjGKBkKw+UND3srGtgfTI=";
};
build-system = [ setuptools ];