python3Packages.types-tabulate: 0.9.0.20241207 -> 0.10.0.20260308

This commit is contained in:
R. Ryantm
2026-03-09 10:16:52 +00:00
parent 69ab65de15
commit d9589c43a4
@@ -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 ];