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

python3Packages.textual: 4.0.0 -> 5.2.0

https://github.com/Textualize/textual/blob/v5.2.0/CHANGELOG.md

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

+2 -2
+2 -2
pkgs/development/python-modules/textual/default.nix
··· 29 29 30 30 buildPythonPackage rec { 31 31 pname = "textual"; 32 - version = "4.0.0"; 32 + version = "5.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-rVDr4Snp5qnErxWRM9yoxnzzX8gg8nD3RbBkL1rmgqI="; 39 + hash = "sha256-cv8pLEPmL4jtiMCohDPqBJwGnLcr3d1MXKdNvQHEQN8="; 40 40 }; 41 41 42 42 build-system = [ poetry-core ];