Merge pull request #172053 from r-ryantm/auto-update/python3.10-types-tabulate

python310Packages.types-tabulate: 0.8.8 -> 0.8.9

authored by Fabian Affolter and committed by GitHub 7e3457e2 3a80ba55

+2 -2
+2 -2
pkgs/development/python-modules/types-tabulate/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "types-tabulate"; 8 - version = "0.8.8"; 8 + version = "0.8.9"; 9 9 10 10 src = fetchPypi { 11 11 inherit pname version; 12 - hash = "sha256-CzGcfhDdVh98FfVt7DR8MZP9hl9Ovl/x7LAg6vp5O8M="; 12 + hash = "sha256-L8P6T+GFOsmHz1Do1FmeP+RG3VMGT+hqRqQHqY6fwE8="; 13 13 }; 14 14 15 15 # Module doesn't have tests