python3Packages.types-tabulate: 0.9.0.20240106 -> 0.9.0.20241207

This commit is contained in:
Martin Weinelt
2025-01-27 10:57:47 +01:00
parent 262187c46f
commit 211cbbeb54
@@ -7,15 +7,16 @@
buildPythonPackage rec {
pname = "types-tabulate";
version = "0.9.0.20240106";
version = "0.9.0.20241207";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-ybbbEN1/z1W9FxLdNTf4bdznKgj9Yrsa9DOMcJbOlH4=";
pname = "types_tabulate";
inherit version;
hash = "sha256-rBrBdHUMCjhd/SSO3GJ5+jKKr06jF5FauHmi7EeDMjA=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
# Module doesn't have tests
doCheck = false;