python310Packages.textual: 0.36.0 -> 0.37.1

This commit is contained in:
R. Ryantm 2023-09-17 04:45:35 +00:00
parent fc48aead11
commit e8c237263b

View file

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "textual";
version = "0.36.0";
version = "0.37.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "Textualize";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-GH5GhXHA/6r3UNeM4YW+khyh1HnyUQBFcSNFaJwFz9c=";
hash = "sha256-4ehq36j2n2wRMgos5x4LQ0QeELpWAOgpgTxEWjqFLJs=";
};
nativeBuildInputs = [