python3Packages.textual: 6.7.0 -> 6.7.1 (#466977)

This commit is contained in:
Gaétan Lepage
2025-12-02 08:10:17 +00:00
committed by GitHub
@@ -30,14 +30,14 @@
buildPythonPackage rec {
pname = "textual";
version = "6.7.0";
version = "6.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Textualize";
repo = "textual";
tag = "v${version}";
hash = "sha256-hOjTrZNKjqqv0DnMuJRP62AQ3tzdqHmIf0rsQPVvd8s=";
hash = "sha256-JFu30awU50geQI6JMF/3h9ij/fYwczWS22zp9LXtWDk=";
};
build-system = [ poetry-core ];