Gaetan Lepage
2025-07-08 09:23:47 +02:00
parent a1f4634181
commit 0cc52c9fda
@@ -29,14 +29,14 @@
buildPythonPackage rec {
pname = "textual";
version = "3.6.0";
version = "3.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Textualize";
repo = "textual";
tag = "v${version}";
hash = "sha256-zgDzsPSzwwZSgQINcZgFHXNHzEeNvsFMi6C9LBRffHY=";
hash = "sha256-G8cS/WZp/6CWRMdPTtKmdUkXdxLVQXxbJnF4/4/VbpM=";
};
build-system = [ poetry-core ];