Merge pull request #289356 from r-ryantm/auto-update/python311Packages.flet-core

python311Packages.flet-core: 0.19.0 -> 0.20.2
This commit is contained in:
Weijia Wang 2024-02-22 12:48:53 +01:00 committed by GitHub
commit 8cbaa9aa1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "flet-core";
version = "0.19.0";
version = "0.20.2";
pyproject = true;
src = fetchPypi {
pname = "flet_core";
inherit version;
hash = "sha256-JRV56SwIhrsJHX/fzQKI0R2o/I+H5xXCXVu7uBiyIP8=";
hash = "sha256-czkboJD/PjJA3F/z42qClErxNbQUgMt7QtbLd7yxhhw=";
};
nativeBuildInputs = [

View file

@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "flet-runtime";
version = "0.19.0";
version = "0.20.2";
pyproject = true;
src = fetchPypi {
pname = "flet_runtime";
inherit version;
hash = "sha256-no2oDGZG1svrOZLNAao279qeHwyk5SGibDG4UqpriiU=";
hash = "sha256-92gyaMME2R7k3AAFKsl7kIv8mVwi8pwQsGLD0ml82Q0=";
};
nativeBuildInputs = [

View file

@ -22,12 +22,12 @@
buildPythonPackage rec {
pname = "flet";
version = "0.19.0";
version = "0.20.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-YpML/NIUiL1WYg6zR6l60nJ6KRBfjMOjRbPDdjhR3/Q=";
hash = "sha256-3LhQI/hjenTxG/1DZP/zn2zs00rT5BviDAQYb2vucBM=";
};
nativeBuildInputs = [