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

This commit is contained in:
R. Ryantm
2026-03-03 00:29:24 +00:00
parent d87c566258
commit a1e8410008
@@ -13,14 +13,14 @@
buildPythonPackage (finalAttrs: {
pname = "python-openevse-http";
version = "0.2.4";
version = "0.2.5";
pyproject = true;
src = fetchFromGitHub {
owner = "firstof9";
repo = "python-openevse-http";
tag = finalAttrs.version;
hash = "sha256-aI1IU9mGThg9tNAqdgKAG5miuVDQozWJoBaoy3cFhwY=";
hash = "sha256-HcrcjMJTDZz/5ijluv3Ow77A24jOWg26nlbq/mBcmAA=";
};
build-system = [ setuptools ];