python3Packages.types-tabulate: 0.10.0.20260308 -> 0.10.0.20260508

This commit is contained in:
R. Ryantm
2026-07-16 15:08:06 +00:00
parent c1191de365
commit 662c39e776
@@ -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 ];