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:
parent
1f02ae58fd
commit
b799dd5429
1 changed files with 3 additions and 3 deletions
|
@ -12,13 +12,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "flet-core";
|
pname = "flet-core";
|
||||||
version = "0.18.0";
|
version = "0.19.0";
|
||||||
format = "pyproject";
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "flet_core";
|
pname = "flet_core";
|
||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-PbAzbDK9DkQBdrym9H3uBvPeeK8Qocq+t8veF+7izOQ=";
|
hash = "sha256-JRV56SwIhrsJHX/fzQKI0R2o/I+H5xXCXVu7uBiyIP8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue