python310Packages.flet-core: 0.6.2 -> 0.7.4

This commit is contained in:
Theodore Ni
2023-06-14 08:37:17 -07:00
parent ad394839ca
commit 73e539e956
@@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "flet-core";
version = "0.6.2";
version = "0.7.4";
format = "pyproject";
src = fetchPypi {
pname = "flet_core";
inherit version;
hash = "sha256-WMkm+47xhuYz1HsiPfF7YbOCg7Xlbj9oHI9nVtwAb/w=";
hash = "sha256-8WG7odYiGrew4GwD+MUuzQPmDn7V/GmocBproqsbCNw=";
};
nativeBuildInputs = with python3.pkgs; [