Unverified Commit 71c76d42 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.nicegui-highcharts: 3.0.0 -> 3.1.0 (#462169)

parents bed6737e b9dddc22
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''