Merge pull request #280444 from r-ryantm/auto-update/python311Packages.textual-dev

python311Packages.textual-dev: 1.3.0 -> 1.4.0
This commit is contained in:
Nick Cao 2024-01-12 11:17:18 -05:00 committed by GitHub
commit b5e17f52ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "textual-dev";
version = "1.3.0";
version = "1.4.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "Textualize";
repo = "textual-dev";
rev = "refs/tags/v${version}";
hash = "sha256-66LcU9xXNWzoYV7ykbbKGO3/0URDu/GN2dmtxu1joqw=";
hash = "sha256-l8InIStQD7rAHYr2/eA1+Z0goNZoO4t78eODYmwSOrA=";
};
nativeBuildInputs = [