python313Packages.nicegui: 3.6.1 -> 3.7.1

Changelog: https://github.com/zauberzeug/nicegui/releases/tag/v3.7.1
This commit is contained in:
Fabian Affolter
2026-02-09 09:39:54 +01:00
parent 69ecaffa7d
commit 5b1eefc300
@@ -43,17 +43,20 @@
buildPythonPackage (finalAttrs: {
pname = "nicegui";
version = "3.6.1";
version = "3.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "zauberzeug";
repo = "nicegui";
tag = "v${finalAttrs.version}";
hash = "sha256-umM2ffkiXWJVU2i17fbtnd+ghEt0uVzop9fNhaRTCWM=";
hash = "sha256-+hZUGRHK51x4nlcbOOGbW15U6YZgKsxuzZPBad9mjXA=";
};
pythonRelaxDeps = [ "requests" ];
pythonRelaxDeps = [
"orjson"
"requests"
];
build-system = [
poetry-core