python3Packages.textual-autocomplete: 4.0.5 -> 4.0.6

This commit is contained in:
R. Ryantm
2025-10-03 08:01:07 +00:00
parent 6e0e8f1225
commit 494ae4daff

View File

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