python313Packages.nicegui: 3.0.3 -> 3.1.0

Changelog: https://github.com/zauberzeug/nicegui/releases/tag/v3.1.0
This commit is contained in:
Fabian Affolter
2025-11-15 23:32:59 +01:00
parent 9c6fce2be6
commit a86da4ff89
@@ -19,6 +19,7 @@
pkgs,
plotly,
poetry-core,
poetry-dynamic-versioning,
polars,
pyecharts,
pygments,
@@ -42,20 +43,21 @@
buildPythonPackage rec {
pname = "nicegui";
version = "3.0.3";
version = "3.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "zauberzeug";
repo = "nicegui";
tag = "v${version}";
hash = "sha256-tD12XUyIk2lSJwEN78EWmI2pHvpriycMvQ/v8Aphods=";
hash = "sha256-otHPWOdTrlmf2VQUOhr3196MhN6ihk97y5sOEmnXuAw=";
};
pythonRelaxDeps = [ "requests" ];
build-system = [
poetry-core
poetry-dynamic-versioning
setuptools
];