python3Packages.imeon-inverter-api: 0.3.12 -> 0.3.13

This commit is contained in:
R. Ryantm
2025-05-12 02:48:58 +00:00
parent e09a2cada9
commit 13fa2a6ad3
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "imeon-inverter-api";
version = "0.3.12";
version = "0.3.13";
pyproject = true;
src = fetchFromGitHub {
owner = "Imeon-Inverters-for-Home-Assistant";
repo = "inverter-api";
tag = version;
hash = "sha256-creGva8ZC20yfgjO4XhvXerGuhVnXbshUvoexxjSHFU=";
hash = "sha256-1ovmIG20AcUzyesXT5HC6oPEKofpH2B+AEfmKQnNQ8c=";
};
build-system = [ pdm-pep517 ];