python3Packages.textual: 3.7.0 -> 3.7.1 (#423968)

This commit is contained in:
Gaétan Lepage
2025-07-10 10:55:23 +02:00
committed by GitHub
@@ -29,14 +29,14 @@
buildPythonPackage rec {
pname = "textual";
version = "3.7.0";
version = "3.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Textualize";
repo = "textual";
tag = "v${version}";
hash = "sha256-G8cS/WZp/6CWRMdPTtKmdUkXdxLVQXxbJnF4/4/VbpM=";
hash = "sha256-ceA4Mv/oq4tZRC8rY6xkpuAcS/f3GXcY891EoOCES/M=";
};
build-system = [ poetry-core ];