mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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 {
|
||||
pname = "imeon-inverter-api";
|
||||
version = "0.3.13";
|
||||
version = "0.3.14";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Imeon-Inverters-for-Home-Assistant";
|
||||
repo = "inverter-api";
|
||||
tag = version;
|
||||
hash = "sha256-1ovmIG20AcUzyesXT5HC6oPEKofpH2B+AEfmKQnNQ8c=";
|
||||
hash = "sha256-zjG9rcKdV+o5M3yIRaxz93sP3u4Vfs8JhSSYzKdQi2I=";
|
||||
};
|
||||
|
||||
build-system = [ pdm-pep517 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue