python310Packages.flet-core: 0.17.0 -> 0.18.0

This commit is contained in:
R. Ryantm 2024-01-03 03:58:19 +00:00
parent d42bc1bafe
commit 715f4760d2

View file

@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "flet-core";
version = "0.17.0";
version = "0.18.0";
format = "pyproject";
src = fetchPypi {
pname = "flet_core";
inherit version;
hash = "sha256-LYCbZKxHXrUUs3f3M2pGxz51R2dMet7/fYr9MZ10cgI=";
hash = "sha256-PbAzbDK9DkQBdrym9H3uBvPeeK8Qocq+t8veF+7izOQ=";
};
nativeBuildInputs = [