python3Packages.nicegui: 2.20.0 -> 2.21.1 (#425504)

This commit is contained in:
Fabian Affolter
2025-07-16 23:15:38 +02:00
committed by GitHub
@@ -42,14 +42,14 @@
buildPythonPackage rec {
pname = "nicegui";
version = "2.20.0";
version = "2.21.1";
pyproject = true;
src = fetchFromGitHub {
owner = "zauberzeug";
repo = "nicegui";
tag = "v${version}";
hash = "sha256-XCOFRfG+EkgSKz5Z7Ds9F2Vwl1+7GH7ojxuE6ruvO3Y=";
hash = "sha256-pQh3kFFlqfktpW5UtX7smb7qXubX5bMeM46hX8jhtTA=";
};
pythonRelaxDeps = [ "requests" ];