python313Packages.nicegui: 2.24.0 -> 2.24.1
Diff: https://github.com/zauberzeug/nicegui/compare/v2.24.0...v2.24.1 Changelog: https://github.com/zauberzeug/nicegui/releases/tag/v2.24.1
This commit is contained in:
@@ -42,14 +42,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "nicegui";
|
||||
version = "2.24.0";
|
||||
version = "2.24.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zauberzeug";
|
||||
repo = "nicegui";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-1PRoaNj2c3z76IgN3NvL9BFtfeFJ2mUfQ6KGN85H7ps=";
|
||||
hash = "sha256-Qwgs7e44h+i0YBLhmSReXVJEBSiShUT0M4QaU/X8uhI=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "requests" ];
|
||||
|
||||
Reference in New Issue
Block a user