0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python311Packages.flet-core: 0.18.0 -> 0.19.0

Changelog: https://github.com/flet-dev/flet/releases/tag/v0.19.0
This commit is contained in:
R. Ryantm 2024-01-21 03:58:47 +00:00 committed by Robert Schütz
parent 1f02ae58fd
commit b799dd5429

View file

@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "flet-core";
version = "0.18.0";
format = "pyproject";
version = "0.19.0";
pyproject = true;
src = fetchPypi {
pname = "flet_core";
inherit version;
hash = "sha256-PbAzbDK9DkQBdrym9H3uBvPeeK8Qocq+t8veF+7izOQ=";
hash = "sha256-JRV56SwIhrsJHX/fzQKI0R2o/I+H5xXCXVu7uBiyIP8=";
};
nativeBuildInputs = [