From 662c39e77671de4b84ef1840e0914429079f372a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 16 Jul 2026 15:08:06 +0000 Subject: [PATCH] python3Packages.types-tabulate: 0.10.0.20260308 -> 0.10.0.20260508 --- 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 17fda46c0c30..c7de63c50d47 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.10.0.20260308"; + version = "0.10.0.20260508"; pyproject = true; src = fetchPypi { pname = "types_tabulate"; inherit version; - hash = "sha256-ck3LEzD/ul9G089uKfRQifzLjoWAHm56ye+xGVv3vqE="; + hash = "sha256-jlHxWeiySXaElwauLtHcmtuo670ICxfklOu2aozJLHQ="; }; build-system = [ setuptools ];