python3Packages.flet-runtime: 0.20.2 -> 0.21.1

https://github.com/flet-dev/flet/releases/tag/v0.21.1
This commit is contained in:
Martin Weinelt
2024-03-12 17:41:51 +01:00
parent 760fd49b10
commit eb3dc6d20a
@@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "flet-runtime";
version = "0.20.2";
version = "0.21.1";
pyproject = true;
src = fetchPypi {
pname = "flet_runtime";
inherit version;
hash = "sha256-92gyaMME2R7k3AAFKsl7kIv8mVwi8pwQsGLD0ml82Q0=";
hash = "sha256-48diTMTWbiZNF4jU6ABgWYsdhNNs3bte7brgdEJE3es=";
};
nativeBuildInputs = [