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:
@@ -14,14 +14,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "nicegui-highcharts";
|
pname = "nicegui-highcharts";
|
||||||
version = "3.0.0";
|
version = "3.1.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-HFLlT2TOS7actGxSBQ9ivWS2fVQwt1UWiK/JZlj8Zo8=";
|
hash = "sha256-xfZtEAwHIbSI55V9GR9E1c2bbC+RQFiBW9zZ1f3e+vk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user