python3Packages.nicegui: 2.22.1 -> 2.22.2

This commit is contained in:
R. Ryantm 2025-08-10 19:50:19 +00:00
parent b1b0d690fb
commit 3c63428e11

View File

@ -42,14 +42,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "nicegui"; pname = "nicegui";
version = "2.22.1"; version = "2.22.2";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "zauberzeug"; owner = "zauberzeug";
repo = "nicegui"; repo = "nicegui";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-v9ELS0EzmqbaUhyqKidvN7UvvCHwBne2QkJJmTkheBg="; hash = "sha256-sxbQVMX7zN+sSKDzMzOpgt9WqNVF/yjOnKKzDFb3+So=";
}; };
pythonRelaxDeps = [ "requests" ]; pythonRelaxDeps = [ "requests" ];