lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.flet-core: 0.7.4 -> 0.10.1

+2 -2
+2 -2
pkgs/development/python-modules/flet-core/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "flet-core"; 15 - version = "0.7.4"; 15 + version = "0.10.1"; 16 16 format = "pyproject"; 17 17 18 18 src = fetchPypi { 19 19 pname = "flet_core"; 20 20 inherit version; 21 - hash = "sha256-8WG7odYiGrew4GwD+MUuzQPmDn7V/GmocBproqsbCNw="; 21 + hash = "sha256-YLtHnKBlXkUJJkQzxnDkfl6+gSGm05GXYPGEU3XO/jI="; 22 22 }; 23 23 24 24 nativeBuildInputs = [