python3Packages.textual: 6.1.0 -> 6.2.0 (#447491)

authored by

Gaétan Lepage and committed by
GitHub
5a407131 3e65f5d2

+5 -2
+5 -2
pkgs/development/python-modules/textual/default.nix
··· 29 29 30 30 buildPythonPackage rec { 31 31 pname = "textual"; 32 - version = "6.1.0"; 32 + version = "6.2.0"; 33 33 pyproject = true; 34 34 35 35 src = fetchFromGitHub { 36 36 owner = "Textualize"; 37 37 repo = "textual"; 38 38 tag = "v${version}"; 39 - hash = "sha256-awieNrdyORLxQU52rmon/jftzt/A4+HMbMpa6V0HaG8="; 39 + hash = "sha256-XvuKwQwaNwgwKScgHNQyxkPXzDQtOA690Dt+VndmZ6o="; 40 40 }; 41 41 42 42 build-system = [ poetry-core ]; ··· 77 77 disabledTests = [ 78 78 # Assertion issues 79 79 "test_textual_env_var" 80 + 81 + # fixture 'snap_compare' not found 82 + "test_progress_bar_width_1fr" 80 83 ]; 81 84 82 85 pytestFlags = [