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

python310Packages.textual: 0.10.0 -> 0.10.1
This commit is contained in:
Mario Rodas 2023-01-28 09:34:47 -05:00 committed by GitHub
commit 77265d7c96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "textual";
version = "0.10.0";
version = "0.10.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "Textualize";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-T71Jmgj/hgLOcSHu5QyqdZ7dYpLjhTQqDBdQgiaGXA8=";
sha256 = "sha256-DPE8brf8y6DJDPfDNUBk09ngthSWN59UYw6yPfI4+Qw=";
};
nativeBuildInputs = [