python313Packages.nicegui-highcharts: 3.0.0 -> 3.1.0

Diff: https://github.com/zauberzeug/nicegui-highcharts/compare/v3.0.0...v3.1.0

Changelog: https://github.com/zauberzeug/nicegui-highcharts/releases/tag/v3.1.0
This commit is contained in:
Fabian Affolter
2025-11-16 10:00:18 +01:00
parent 01fa719bd0
commit b9dddc22bd

View File

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