python310Packages.textual: 0.28.0 -> 0.28.1

This commit is contained in:
R. Ryantm 2023-06-22 09:18:50 +00:00
parent 08285c3efb
commit 83cdc61933

View File

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "textual";
version = "0.28.0";
version = "0.28.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "Textualize";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Ei9tn1o28lvMKBYIN7vglYpr6rxq/2OiJtbeeZZH5Os=";
hash = "sha256-tSCMKM9Wv4crl6SLcIc2r6QY6U3RBTW8yfAjkYLV3eE=";
};
nativeBuildInputs = [