Commit 36f9477c authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.flet: 0.17.0 -> 0.18.0

parent d42bc1ba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,12 +21,12 @@

buildPythonPackage rec {
  pname = "flet";
  version = "0.17.0";
  version = "0.18.0";
  format = "pyproject";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-YNa1JDoGqtpzjx+3E1Ycz2E5yZ5MVzooPo9PgHFll9s=";
    hash = "sha256-ix9O4wBq7/gwkV+23B+dnxTYv/VL6w8RmnvbYWcWqmc=";
  };

  nativeBuildInputs = [