From b6863fdba4e8e67e6fc0acab54dfe672979ae2ca Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 1 Apr 2025 07:14:51 +0200 Subject: [PATCH] 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. --- pkgs/development/python-modules/tabcmd/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/tabcmd/default.nix b/pkgs/development/python-modules/tabcmd/default.nix index a4ee9a0cb4d5..0cbc0acf4612 100644 --- a/pkgs/development/python-modules/tabcmd/default.nix +++ b/pkgs/development/python-modules/tabcmd/default.nix @@ -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 = ''