Merge pull request #239147 from r-ryantm/auto-update/python310Packages.textual

python310Packages.textual: 0.28.0 -> 0.28.1
This commit is contained in:
Fabian Affolter 2023-06-22 12:22:55 +02:00 committed by GitHub
commit 5aea1ae996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [