From 9ac6662f4c9df94e992c8bf490a58c6091504242 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:16:47 +0100 Subject: [PATCH] python3Packages.nicegui: 2.5.0 -> 2.9.1 https://github.com/zauberzeug/nicegui/releases/tag/v2.9.1 --- pkgs/development/python-modules/nicegui/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/nicegui/default.nix b/pkgs/development/python-modules/nicegui/default.nix index a58408890b56..10db30115c58 100644 --- a/pkgs/development/python-modules/nicegui/default.nix +++ b/pkgs/development/python-modules/nicegui/default.nix @@ -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 ]; };