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

python310Packages.textual: 0.33.0 -> 0.35.1
This commit is contained in:
Fabian Affolter 2023-08-28 09:18:56 +02:00 committed by GitHub
commit 03c311d9a2
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.33.0";
version = "0.35.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "Textualize";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-IhqUUsS1kCG/AwnbcLAhmQYLBSqf1ff0pD2xH4Tgdho=";
hash = "sha256-WOYS1bovS6OGmFnJaxvEpqM3jRSzQg1M0vQGv1yfcnw=";
};
nativeBuildInputs = [