pkgs/openevse: update to 2.1.45

This commit is contained in:
Aaron Bieber 2024-08-10 18:58:09 -06:00
parent 6278a7e960
commit 0fde8bd75e
No known key found for this signature in database

View File

@ -11,7 +11,7 @@
let let
my-python-openevse-http = buildPythonPackage rec { my-python-openevse-http = buildPythonPackage rec {
pname = "python-openevse-http"; pname = "python-openevse-http";
version = "0.1.60"; version = "0.1.61";
pyproject = true; pyproject = true;
@ -23,14 +23,14 @@ let
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-y2ZB8dQhWjaFslaAqfvXbEE20Isa0I02qVk50O8nJJI="; hash = "sha256-wwo5D2kaPb4LfI8N3k0L+4FFZBlq2qG+d3sk/OpoExA=";
}; };
}; };
in in
buildHomeAssistantComponent rec { buildHomeAssistantComponent rec {
owner = "firstof9"; owner = "firstof9";
domain = "openevse"; domain = "openevse";
version = "2.1.42"; version = "2.1.45";
nativeBuildInputs = [ nativeBuildInputs = [
setuptools-scm setuptools-scm
@ -46,6 +46,6 @@ buildHomeAssistantComponent rec {
inherit owner; inherit owner;
repo = domain; repo = domain;
rev = version; rev = version;
hash = "sha256-TbBp6MQOsveCt/P3CnMwBm0xPxkWYEQdOPbT2us28d4="; hash = "sha256-Z+YX9JdfmcZPrD6KHg5ZjLJY9vtR4VQM0l1Vu5SZ+m8=";
}; };
} }