From d9589c43a45d69636751f3f8c65bb550eb254174 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 9 Mar 2026 10:16:52 +0000 Subject: [PATCH] python3Packages.types-tabulate: 0.9.0.20241207 -> 0.10.0.20260308 --- pkgs/development/python-modules/types-tabulate/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/types-tabulate/default.nix b/pkgs/development/python-modules/types-tabulate/default.nix index fea8ef565f46..17fda46c0c30 100644 --- a/pkgs/development/python-modules/types-tabulate/default.nix +++ b/pkgs/development/python-modules/types-tabulate/default.nix @@ -7,13 +7,13 @@ buildPythonPackage rec { pname = "types-tabulate"; - version = "0.9.0.20241207"; + version = "0.10.0.20260308"; pyproject = true; src = fetchPypi { pname = "types_tabulate"; inherit version; - hash = "sha256-rBrBdHUMCjhd/SSO3GJ5+jKKr06jF5FauHmi7EeDMjA="; + hash = "sha256-ck3LEzD/ul9G089uKfRQifzLjoWAHm56ye+xGVv3vqE="; }; build-system = [ setuptools ];