python3Packages.textual-autocomplete: 4.0.0a0 -> 4.0.4

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:13:10 +02:00
parent ee805975cf
commit 14cf6bcf2d
@@ -9,13 +9,13 @@
}:
buildPythonPackage rec {
pname = "textual-autocomplete";
version = "4.0.0a0";
version = "4.0.4";
pyproject = true;
src = fetchPypi {
pname = "textual_autocomplete";
inherit version;
hash = "sha256-wsjmgODvFgfbyqxW3jsH88JC8z0TZQOChLgics7wAHY=";
hash = "sha256-CWmYe5ClPB91dT3+OtLH6g2XS1g53CoAotMywAAFeHE=";
};
build-system = [