python3Packages.flet-core: 0.7.4 -> 0.10.1

This commit is contained in:
Martin Weinelt
2023-09-27 15:33:34 +02:00
parent 2486099a89
commit c1bcce3bac
@@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "flet-core";
version = "0.7.4";
version = "0.10.1";
format = "pyproject";
src = fetchPypi {
pname = "flet_core";
inherit version;
hash = "sha256-8WG7odYiGrew4GwD+MUuzQPmDn7V/GmocBproqsbCNw=";
hash = "sha256-YLtHnKBlXkUJJkQzxnDkfl6+gSGm05GXYPGEU3XO/jI=";
};
nativeBuildInputs = [