pkgs/openevse: bump to 2.1.35

This commit is contained in:
Aaron Bieber 2024-04-24 05:57:34 -06:00
parent 7db9e47ef1
commit 7f5a25aae0
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.59"; version = "0.1.60";
pyproject = true; pyproject = true;
@ -23,14 +23,14 @@ let
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-SJiTt7nMn1u3EGs4RWANGEHrEtoWAlit9UWeKbcnNh4="; hash = "sha256-y2ZB8dQhWjaFslaAqfvXbEE20Isa0I02qVk50O8nJJI=";
}; };
}; };
in in
buildHomeAssistantComponent rec { buildHomeAssistantComponent rec {
owner = "firstof9"; owner = "firstof9";
domain = "openevse"; domain = "openevse";
version = "2.1.34"; version = "2.1.35";
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-ZTNqtqIKug4OSfKnBmcAL1ESxSiP0yu1/6rPnK9SekU="; hash = "sha256-vu901AUFR26Nwkewt3TAPgCzRAi4AiACCZ6oi0aHD8Y=";
}; };
} }