python311Packages.flet-runtime: 0.18.0 -> 0.19.0

Changelog: https://github.com/flet-dev/flet/releases/tag/v0.19.0
This commit is contained in:
Robert Schütz 2024-01-20 21:06:26 -08:00
parent b799dd5429
commit 01a15443c9

View File

@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "flet-runtime";
version = "0.18.0";
version = "0.19.0";
pyproject = true;
src = fetchPypi {
pname = "flet_runtime";
inherit version;
hash = "sha256-VfPTfCJXpRZsKM4ToFyl7zxbk58HT6eOYthfzAM4f88=";
hash = "sha256-no2oDGZG1svrOZLNAao279qeHwyk5SGibDG4UqpriiU=";
};
nativeBuildInputs = [