python312Packages.nicegui: 2.11.1 -> 2.12.1 (#386973)

This commit is contained in:
Fabian Affolter
2025-03-04 14:03:01 +01:00
committed by GitHub
@@ -50,14 +50,14 @@
buildPythonPackage rec {
pname = "nicegui";
version = "2.11.1";
version = "2.12.1";
pyproject = true;
src = fetchFromGitHub {
owner = "zauberzeug";
repo = "nicegui";
tag = "v${version}";
hash = "sha256-U7S4JQ92H0SYEpMsMw5inioO6ayQ1/NDA7vnvR4i7Mk=";
hash = "sha256-te2YMKOnvmo2FCdIB1lvqcVsHBD4k5KK10E2Bol6uEg=";
};
build-system = [
@@ -118,7 +118,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 ];
};