python3Packages.types-tabulate: 0.10.0.20260308 -> 0.10.0.20260508 (#542617)

This commit is contained in:
Nick Cao
2026-07-16 19:53:07 +00:00
committed by GitHub
@@ -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 ];