python3Packages.ansitable: 0.11.4 -> 0.11.7

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:05 +02:00
parent 9020c570ba
commit 4f4f833f03

View File

@@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "ansitable";
version = "0.11.4";
version = "0.11.7";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-XUjXVs9/ETlbbtvYz8YJqCsP1BFajqQKQfSM+Rvm4O0=";
hash = "sha256-A7seYrOgTvO9npvE0vRbKlkiGqi1P6Q/mKXfWKQz4aE=";
};
build-system = [ setuptools ];