python3Packages.nicegui-highcharts: 2.2.0 -> 3.0.0 (#451820)

This commit is contained in:
Fabian Affolter
2025-10-14 20:58:29 +00:00
committed by GitHub

View File

@@ -14,14 +14,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "nicegui-highcharts"; pname = "nicegui-highcharts";
version = "2.2.0"; version = "3.0.0";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "zauberzeug"; owner = "zauberzeug";
repo = "nicegui-highcharts"; repo = "nicegui-highcharts";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-kP7wU0gZRmBtcMFPypkGowSK2s8B2UD8A2XyK87WqEU="; hash = "sha256-HFLlT2TOS7actGxSBQ9ivWS2fVQwt1UWiK/JZlj8Zo8=";
}; };
postPatch = '' postPatch = ''