Fabian Affolter 2024-04-03 00:15:49 +02:00
parent b827e50afd
commit 428661dd5a

View file

@ -11,7 +11,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "iceportal"; pname = "iceportal";
version = "1.1.2"; version = "1.2.0";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "home-assistant-ecosystem"; owner = "home-assistant-ecosystem";
repo = "python-iceportal"; repo = "python-iceportal";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-s+jEpxKsa3eIV4a/Ltso51jqZC4jzsvPLTjDFMV9FIA="; hash = "sha256-kpAUgGi2fAHzQYuZAaQW9wdrYjwbduRsoTwSuzcjJa8=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [