python313Packages.nicegui: 3.0.3 -> 3.1.0
Changelog: https://github.com/zauberzeug/nicegui/releases/tag/v3.1.0
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user