python312Packages.textual: 3.1.0 -> 3.1.1 (#400821)

This commit is contained in:
Gaétan Lepage
2025-04-22 15:58:20 +02:00
committed by GitHub
@@ -29,14 +29,14 @@
buildPythonPackage rec {
pname = "textual";
version = "3.1.0";
version = "3.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Textualize";
repo = "textual";
tag = "v${version}";
hash = "sha256-JBqzaSsLSCzUYdIjlPZdPJlRKrqtWWPqJPp85uMcMLc=";
hash = "sha256-emF6LpjVCgxC+Cf+LhFrawc3rxfMnZtyijmoVg0ZJbQ=";
};
build-system = [ poetry-core ];