Merge pull request #278409 from r-ryantm/auto-update/python310Packages.flet-runtime

python310Packages.flet-runtime: 0.17.0 -> 0.18.0
This commit is contained in:
Weijia Wang 2024-01-03 20:42:29 +01:00 committed by GitHub
commit 063c4a83d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "flet-runtime";
version = "0.17.0";
version = "0.18.0";
format = "pyproject";
src = fetchPypi {
pname = "flet_runtime";
inherit version;
hash = "sha256-BhVle4Mpx+0YcAaTWk1AvYGuyPFPju1iuF6SLs2uAzU=";
hash = "sha256-VfPTfCJXpRZsKM4ToFyl7zxbk58HT6eOYthfzAM4f88=";
};
nativeBuildInputs = [