python3Packages.nicegui: 2.21.1 -> 2.22.0 (#430186)

This commit is contained in:
Fabian Affolter
2025-08-01 20:39:16 +02:00
committed by GitHub
@@ -42,14 +42,14 @@
buildPythonPackage rec {
pname = "nicegui";
version = "2.21.1";
version = "2.22.0";
pyproject = true;
src = fetchFromGitHub {
owner = "zauberzeug";
repo = "nicegui";
tag = "v${version}";
hash = "sha256-pQh3kFFlqfktpW5UtX7smb7qXubX5bMeM46hX8jhtTA=";
hash = "sha256-NzczF8Tth1qTc36xu+wsSYxJyHde6kEtVvI/5rKbHqQ=";
};
pythonRelaxDeps = [ "requests" ];