Gaetan Lepage
2025-12-16 13:15:00 +00:00
parent a74f9c09f5
commit aa82a33dfa
@@ -37,14 +37,14 @@
buildPythonPackage rec {
pname = "textual";
version = "6.9.0";
version = "6.10.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Textualize";
repo = "textual";
tag = "v${version}";
hash = "sha256-ZuQFsxTYFjmPeSspjqElr+PNX77Gq5gC4dceKWIx0h0=";
hash = "sha256-LtOlo3Pya+JCRxHJwo6NY8dcfhJP2O5MdD2DNEETvHE=";
};
build-system = [ poetry-core ];