python3Packages.tabcmd: 2.0.17 -> 2.0.18

https://github.com/tableau/tabcmd/releases/tag/v2.0.18

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt 2025-04-01 07:14:51 +02:00
parent d12350768d
commit b6863fdba4
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -25,14 +25,14 @@
buildPythonPackage rec {
pname = "tabcmd";
version = "2.0.17";
version = "2.0.18";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-7qVh8FSor6ZcHGMB/h25RQjMIOwCUgKfr+QDuGa7mas=";
hash = "sha256-erGngJ3CW+c3PuVq4BTrPGSZ2L/M0EykSoZocku0lOE=";
};
prePatch = ''