mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
python3Packages.imeon-inverter-api: 0.3.13 -> 0.3.14 (#413127)
This commit is contained in:
commit
b7eb380873
1 changed files with 2 additions and 2 deletions
|
@ -9,14 +9,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "imeon-inverter-api";
|
pname = "imeon-inverter-api";
|
||||||
version = "0.3.13";
|
version = "0.3.14";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Imeon-Inverters-for-Home-Assistant";
|
owner = "Imeon-Inverters-for-Home-Assistant";
|
||||||
repo = "inverter-api";
|
repo = "inverter-api";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-1ovmIG20AcUzyesXT5HC6oPEKofpH2B+AEfmKQnNQ8c=";
|
hash = "sha256-zjG9rcKdV+o5M3yIRaxz93sP3u4Vfs8JhSSYzKdQi2I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ pdm-pep517 ];
|
build-system = [ pdm-pep517 ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue