python3Packages.textual: 6.0.0 -> 6.1.0

Diff: https://github.com/Textualize/textual/compare/v6.0.0...v6.1.0

Changelog: https://github.com/Textualize/textual/blob/v6.1.0/CHANGELOG.md
This commit is contained in:
Gaetan Lepage
2025-09-02 15:08:13 +02:00
parent 3f40fd6c2b
commit 57316429be
@@ -29,14 +29,14 @@
buildPythonPackage rec {
pname = "textual";
version = "6.0.0";
version = "6.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Textualize";
repo = "textual";
tag = "v${version}";
hash = "sha256-VpZeK0/SATL+XFDkPQgWwUIsJ4Kgqg0PQ4VzNYp4nPU=";
hash = "sha256-awieNrdyORLxQU52rmon/jftzt/A4+HMbMpa6V0HaG8=";
};
build-system = [ poetry-core ];