nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.textual-autocomplete: 4.0.4 -> 4.0.5

This commit was automatically generated using update-python-libraries.

+2 -2
+2 -2
pkgs/development/python-modules/textual-autocomplete/default.nix
··· 9 9 }: 10 10 buildPythonPackage rec { 11 11 pname = "textual-autocomplete"; 12 - version = "4.0.4"; 12 + version = "4.0.5"; 13 13 pyproject = true; 14 14 15 15 src = fetchPypi { 16 16 pname = "textual_autocomplete"; 17 17 inherit version; 18 - hash = "sha256-CWmYe5ClPB91dT3+OtLH6g2XS1g53CoAotMywAAFeHE="; 18 + hash = "sha256-24Bm/H2Hx0r9CDZ/j8IUS87F3b3qY6Y3JJdU6dH9h1U="; 19 19 }; 20 20 21 21 build-system = [