python3Packages.nicegui: 2.20.0 -> 2.21.1

This commit is contained in:
R. Ryantm
2025-07-15 16:50:55 +00:00
parent 19e28509c7
commit 17bb1b74d5
@@ -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" ];