Gaetan Lepage
2025-07-10 09:27:01 +02:00
parent f10e2eab68
commit 809f380473
@@ -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 ];