3
0
Fork 0
forked from mirrors/nixpkgs

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

python310Packages.textual: 0.27.0 -> 0.28.0
This commit is contained in:
Fabian Affolter 2023-06-20 08:01:04 +02:00 committed by GitHub
commit d3c82db131
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.27.0";
version = "0.28.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "Textualize";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-ag+sJFprYW3IpH+BiMR5eSRUFMBeVuOnF6GTTuXGBHw=";
hash = "sha256-Ei9tn1o28lvMKBYIN7vglYpr6rxq/2OiJtbeeZZH5Os=";
};
nativeBuildInputs = [