python3Packages.textual: 0.41.0 -> 0.44.0

https://github.com/Textualize/textual/releases/tag/v0.44.0
This commit is contained in:
Martin Weinelt 2023-12-03 00:03:11 +01:00
parent f2343baf1c
commit acd5d29e8a
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "textual";
version = "0.41.0";
version = "0.44.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "Textualize";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-K3JpAVkw6njUT2AGGLL3ACagPK0K6Ny4PvCsbmuNvTo=";
hash = "sha256-8PMK4fPbtIEUuy7bVWE6JUZzknBP5DnGT3kYKwHf6Zs=";
};
nativeBuildInputs = [