python313Packages.nicegui: 3.6.1 -> 3.7.1
Changelog: https://github.com/zauberzeug/nicegui/releases/tag/v3.7.1
This commit is contained in:
@@ -43,17 +43,20 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "nicegui";
|
||||
version = "3.6.1";
|
||||
version = "3.7.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zauberzeug";
|
||||
repo = "nicegui";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-umM2ffkiXWJVU2i17fbtnd+ghEt0uVzop9fNhaRTCWM=";
|
||||
hash = "sha256-+hZUGRHK51x4nlcbOOGbW15U6YZgKsxuzZPBad9mjXA=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "requests" ];
|
||||
pythonRelaxDeps = [
|
||||
"orjson"
|
||||
"requests"
|
||||
];
|
||||
|
||||
build-system = [
|
||||
poetry-core
|
||||
|
||||
Reference in New Issue
Block a user