Merge pull request #275403 from r-ryantm/auto-update/python310Packages.flet-core
python310Packages.flet-core: 0.15.0 -> 0.17.0
This commit is contained in:
commit
e1fa12d4f6
1 changed files with 2 additions and 2 deletions
|
@ -12,13 +12,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "flet-core";
|
pname = "flet-core";
|
||||||
version = "0.15.0";
|
version = "0.17.0";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "flet_core";
|
pname = "flet_core";
|
||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-nmQHWyLlyo6CVzn+dlTSnA10XRoSFBLEeYdcWpfoGBo=";
|
hash = "sha256-LYCbZKxHXrUUs3f3M2pGxz51R2dMet7/fYr9MZ10cgI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue