python3Packages.nicegui: 2.5.0 -> 2.9.1

https://github.com/zauberzeug/nicegui/releases/tag/v2.9.1
This commit is contained in:
Martin Weinelt
2025-01-27 10:56:15 +01:00
parent 2a65d63807
commit 9ac6662f4c
@@ -40,7 +40,7 @@
buildPythonPackage rec {
pname = "nicegui";
version = "2.5.0";
version = "2.9.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -49,7 +49,7 @@ buildPythonPackage rec {
owner = "zauberzeug";
repo = "nicegui";
tag = "v${version}";
hash = "sha256-oT191QVpvE5xszgBFt3o4A2hU50zmzPUywmAQuKZ5OE=";
hash = "sha256-PrY+jNA+OYtFzyuRzUckZZntsQg/eovkEfPPO1PX/18=";
};
postPatch = ''
@@ -116,7 +116,7 @@ buildPythonPackage rec {
meta = {
description = "Module to create web-based user interfaces";
homepage = "https://github.com/zauberzeug/nicegui/";
changelog = "https://github.com/zauberzeug/nicegui/releases/tag/v${version}";
changelog = "https://github.com/zauberzeug/nicegui/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
};