Merge pull request #298176 from r-ryantm/auto-update/python312Packages.textual

python312Packages.textual: 0.52.1 -> 0.53.1

authored by Robert Scott and committed by GitHub 9c48b89b 23244f86

+2 -2
+2 -2
pkgs/development/python-modules/textual/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "textual"; 19 - version = "0.52.1"; 19 + version = "0.53.1"; 20 20 pyproject = true; 21 21 22 22 disabled = pythonOlder "3.8"; ··· 25 25 owner = "Textualize"; 26 26 repo = "textual"; 27 27 rev = "refs/tags/v${version}"; 28 - hash = "sha256-a5v8HS6ZswQOl/jIypFJTk+MuMsu89H2pAAlWMPkLjI="; 28 + hash = "sha256-73qEogHe69B66r4EJOj2RAP95O5z7v/UYARTIEPxrcA="; 29 29 }; 30 30 31 31 build-system = [