Unverified Commit 8cbaa9aa authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

python311Packages.flet-core: 0.19.0 -> 0.20.2
parents 85e153a0 58f13305
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [
+2 −2
Original line number Diff line number Diff line
@@ -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 = [
+2 −2
Original line number Diff line number Diff line
@@ -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 = [