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