python3Packages.textual-autocomplete: 4.0.4 -> 4.0.5

This commit is contained in:
R. Ryantm 2025-08-03 09:53:43 +00:00
parent c148f7b964
commit ad91f2783d

View File

@ -9,13 +9,13 @@
}:
buildPythonPackage rec {
pname = "textual-autocomplete";
version = "4.0.4";
version = "4.0.5";
pyproject = true;
src = fetchPypi {
pname = "textual_autocomplete";
inherit version;
hash = "sha256-CWmYe5ClPB91dT3+OtLH6g2XS1g53CoAotMywAAFeHE=";
hash = "sha256-24Bm/H2Hx0r9CDZ/j8IUS87F3b3qY6Y3JJdU6dH9h1U=";
};
build-system = [