python3Packages.nicegui: 2.5.0 -> 2.9.1
https://github.com/zauberzeug/nicegui/releases/tag/v2.9.1
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user