Skip to content

Commit

Permalink
Merge pull request #225969 from fabaff/omnikinverter-bump
Browse files Browse the repository at this point in the history
python310Packages.omnikinverter: 0.9.0 -> 0.9.1
  • Loading branch information
marsam authored Apr 13, 2023
2 parents adcb1df + 7627164 commit dd3eded
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkgs/development/python-modules/omnikinverter/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ lib
, aiohttp
, aresponses
, asynctest
, buildPythonPackage
, fetchFromGitHub
, poetry-core
Expand All @@ -13,7 +12,7 @@

buildPythonPackage rec {
pname = "omnikinverter";
version = "0.9.0";
version = "0.9.1";
format = "pyproject";

disabled = pythonOlder "3.9";
Expand All @@ -22,7 +21,7 @@ buildPythonPackage rec {
owner = "klaasnicolaas";
repo = "python-omnikinverter";
rev = "refs/tags/v${version}";
hash = "sha256-V7rppl1u5QTzxkeLYgCFwgU6XuVENtb7EW/n+glwtSk=";
hash = "sha256-Vjfnwk9iIe5j+s/zJHQ2X095Eexp/aKtIi/k0sK45q0=";
};

nativeBuildInputs = [
Expand All @@ -36,7 +35,6 @@ buildPythonPackage rec {

nativeCheckInputs = [
aresponses
asynctest
pytest-asyncio
pytestCheckHook
];
Expand All @@ -55,6 +53,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module for the Omnik Inverter";
homepage = "https://github.com/klaasnicolaas/python-omnikinverter";
changelog = "https://github.com/klaasnicolaas/python-omnikinverter/releases/tag/v${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};
Expand Down

0 comments on commit dd3eded

Please sign in to comment.